Struct jortestkit::measurement::Timestamp
source · pub struct Timestamp(SystemTime);
Tuple Fields§
§0: SystemTime
Implementations§
Trait Implementations§
source§impl From<SystemTime> for Timestamp
impl From<SystemTime> for Timestamp
source§fn from(from: SystemTime) -> Self
fn from(from: SystemTime) -> Self
Converts to this type from the input type.
source§impl Into<SystemTime> for Timestamp
impl Into<SystemTime> for Timestamp
source§fn into(self) -> SystemTime
fn into(self) -> SystemTime
Converts this type into the (usually inferred) input type.
impl Copy for Timestamp
Auto Trait Implementations§
impl RefUnwindSafe for Timestamp
impl Send for Timestamp
impl Sync for Timestamp
impl Unpin for Timestamp
impl UnwindSafe for Timestamp
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