pub struct Nanosecond;Trait Implementations§
Source§impl Clone for Nanosecond
impl Clone for Nanosecond
Source§fn clone(&self) -> Nanosecond
fn clone(&self) -> Nanosecond
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 Nanosecond
impl Debug for Nanosecond
Source§impl Hash for Nanosecond
impl Hash for Nanosecond
Source§impl Ord for Nanosecond
impl Ord for Nanosecond
Source§fn cmp(&self, other: &Nanosecond) -> Ordering
fn cmp(&self, other: &Nanosecond) -> 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 Nanosecond
impl PartialEq for Nanosecond
Source§impl PartialOrd for Nanosecond
impl PartialOrd for Nanosecond
Source§impl TimeUnitTrait for Nanosecond
impl TimeUnitTrait for Nanosecond
impl Copy for Nanosecond
impl Eq for Nanosecond
impl StructuralPartialEq for Nanosecond
Auto Trait Implementations§
impl Freeze for Nanosecond
impl RefUnwindSafe for Nanosecond
impl Send for Nanosecond
impl Sync for Nanosecond
impl Unpin for Nanosecond
impl UnwindSafe for Nanosecond
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