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