pub struct Nanos(/* private fields */);Expand description
A span of time in whole nanoseconds.
Implementations§
Trait Implementations§
impl Copy for Nanos
impl Eq for Nanos
Source§impl Ord for Nanos
impl Ord for Nanos
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 PartialOrd for Nanos
impl PartialOrd for Nanos
impl StructuralPartialEq for Nanos
Auto Trait Implementations§
impl Freeze for Nanos
impl RefUnwindSafe for Nanos
impl Send for Nanos
impl Sync for Nanos
impl Unpin for Nanos
impl UnsafeUnpin for Nanos
impl UnwindSafe for Nanos
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