Struct sevenz_rust::FileTime
source · pub struct FileTime(_);
Trait Implementations§
source§impl From<SystemTime> for FileTime
impl From<SystemTime> for FileTime
source§fn from(value: SystemTime) -> Self
fn from(value: SystemTime) -> Self
Converts to this type from the input type.
source§impl Into<SystemTime> for FileTime
impl Into<SystemTime> for FileTime
source§fn into(self) -> SystemTime
fn into(self) -> SystemTime
Converts this type into the (usually inferred) input type.
source§impl Ord for FileTime
impl Ord for FileTime
source§impl PartialEq<FileTime> for FileTime
impl PartialEq<FileTime> for FileTime
source§impl PartialOrd<FileTime> for FileTime
impl PartialOrd<FileTime> for FileTime
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more