pub struct UpdateVersion {
pub version: String,
pub notes: String,
pub time: SystemTime,
}
Fields§
§version: String
§notes: String
§time: SystemTime
Trait Implementations§
source§impl Clone for UpdateVersion
impl Clone for UpdateVersion
source§fn clone(&self) -> UpdateVersion
fn clone(&self) -> UpdateVersion
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl CoreArrayProvider for UpdateVersion
impl CoreArrayProvider for UpdateVersion
Auto Trait Implementations§
impl Freeze for UpdateVersion
impl RefUnwindSafe for UpdateVersion
impl Send for UpdateVersion
impl Sync for UpdateVersion
impl Unpin for UpdateVersion
impl UnwindSafe for UpdateVersion
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more