pub struct Microsecond;Expand description
Microseconds (1 µs = 10^-6 s).
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 PartialEq for Microsecond
impl PartialEq for Microsecond
Source§impl PartialOrd for Microsecond
impl PartialOrd for Microsecond
Source§impl Unit for Microsecond
impl Unit for Microsecond
impl Copy 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