Struct zip::extra_fields::ExtendedTimestamp
source · pub struct ExtendedTimestamp { /* private fields */ }
Expand description
extended timestamp, as described in https://libzip.org/specifications/extrafld.txt
Implementations§
source§impl ExtendedTimestamp
impl ExtendedTimestamp
Trait Implementations§
source§impl Clone for ExtendedTimestamp
impl Clone for ExtendedTimestamp
source§fn clone(&self) -> ExtendedTimestamp
fn clone(&self) -> ExtendedTimestamp
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 moreAuto Trait Implementations§
impl Freeze for ExtendedTimestamp
impl RefUnwindSafe for ExtendedTimestamp
impl Send for ExtendedTimestamp
impl Sync for ExtendedTimestamp
impl Unpin for ExtendedTimestamp
impl UnwindSafe for ExtendedTimestamp
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