pub struct WallTimeMs(/* private fields */);Expand description
Optional wall-clock observation in Unix milliseconds.
Implementations§
Source§impl WallTimeMs
impl WallTimeMs
Trait Implementations§
Source§impl Clone for WallTimeMs
impl Clone for WallTimeMs
Source§fn clone(&self) -> WallTimeMs
fn clone(&self) -> WallTimeMs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WallTimeMs
Source§impl Debug for WallTimeMs
impl Debug for WallTimeMs
impl Eq for WallTimeMs
Source§impl Hash for WallTimeMs
impl Hash for WallTimeMs
Source§impl Ord for WallTimeMs
impl Ord for WallTimeMs
Source§fn cmp(&self, other: &WallTimeMs) -> Ordering
fn cmp(&self, other: &WallTimeMs) -> Ordering
1.21.0 (const: unstable) · 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 WallTimeMs
impl PartialEq for WallTimeMs
Source§impl PartialOrd for WallTimeMs
impl PartialOrd for WallTimeMs
impl StructuralPartialEq for WallTimeMs
Auto Trait Implementations§
impl Freeze for WallTimeMs
impl RefUnwindSafe for WallTimeMs
impl Send for WallTimeMs
impl Sync for WallTimeMs
impl Unpin for WallTimeMs
impl UnsafeUnpin for WallTimeMs
impl UnwindSafe for WallTimeMs
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