pub struct FileNameTimeStamp(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for FileNameTimeStamp
impl Clone for FileNameTimeStamp
Source§fn clone(&self) -> FileNameTimeStamp
fn clone(&self) -> FileNameTimeStamp
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 FileNameTimeStamp
impl Debug for FileNameTimeStamp
Source§impl Display for FileNameTimeStamp
impl Display for FileNameTimeStamp
Source§impl From<FileNameTimeStamp> for SystemTime
impl From<FileNameTimeStamp> for SystemTime
Source§fn from(from: FileNameTimeStamp) -> Self
fn from(from: FileNameTimeStamp) -> Self
Converts to this type from the input type.
Source§impl From<SystemTime> for FileNameTimeStamp
impl From<SystemTime> for FileNameTimeStamp
Source§fn from(from: SystemTime) -> Self
fn from(from: SystemTime) -> Self
Converts to this type from the input type.
Source§impl FromStr for FileNameTimeStamp
impl FromStr for FileNameTimeStamp
Source§impl Ord for FileNameTimeStamp
impl Ord for FileNameTimeStamp
Source§fn cmp(&self, other: &FileNameTimeStamp) -> Ordering
fn cmp(&self, other: &FileNameTimeStamp) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FileNameTimeStamp
impl PartialEq for FileNameTimeStamp
Source§impl PartialOrd for FileNameTimeStamp
impl PartialOrd for FileNameTimeStamp
impl Copy for FileNameTimeStamp
impl Eq for FileNameTimeStamp
impl StructuralPartialEq for FileNameTimeStamp
Auto Trait Implementations§
impl Freeze for FileNameTimeStamp
impl RefUnwindSafe for FileNameTimeStamp
impl Send for FileNameTimeStamp
impl Sync for FileNameTimeStamp
impl Unpin for FileNameTimeStamp
impl UnwindSafe for FileNameTimeStamp
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