pub struct TimestampTuple { /* private fields */ }Implementations§
Trait Implementations§
Source§impl From<&FileNameAttr> for TimestampTuple
impl From<&FileNameAttr> for TimestampTuple
Source§fn from(attr: &FileNameAttr) -> TimestampTuple
fn from(attr: &FileNameAttr) -> TimestampTuple
Converts to this type from the input type.
Source§impl From<&StandardInfoAttr> for TimestampTuple
impl From<&StandardInfoAttr> for TimestampTuple
Source§fn from(attr: &StandardInfoAttr) -> TimestampTuple
fn from(attr: &StandardInfoAttr) -> TimestampTuple
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TimestampTuple
impl RefUnwindSafe for TimestampTuple
impl Send for TimestampTuple
impl Sync for TimestampTuple
impl Unpin for TimestampTuple
impl UnwindSafe for TimestampTuple
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