pub struct ZipDateTime { /* private fields */ }Expand description
A date and time stored as per the MS-DOS representation used by ZIP files.
Implementations§
Source§impl ZipDateTime
impl ZipDateTime
Trait Implementations§
Source§impl Clone for ZipDateTime
impl Clone for ZipDateTime
Source§fn clone(&self) -> ZipDateTime
fn clone(&self) -> ZipDateTime
Returns a duplicate 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 Debug for ZipDateTime
impl Debug for ZipDateTime
Source§impl Default for ZipDateTime
impl Default for ZipDateTime
Source§fn default() -> ZipDateTime
fn default() -> ZipDateTime
Returns the “default value” for a type. Read more
Source§impl Hash for ZipDateTime
impl Hash for ZipDateTime
Source§impl PartialEq for ZipDateTime
impl PartialEq for ZipDateTime
impl Copy for ZipDateTime
impl Eq for ZipDateTime
impl StructuralPartialEq for ZipDateTime
Auto Trait Implementations§
impl Freeze for ZipDateTime
impl RefUnwindSafe for ZipDateTime
impl Send for ZipDateTime
impl Sync for ZipDateTime
impl Unpin for ZipDateTime
impl UnwindSafe for ZipDateTime
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