Struct time_core::convert::Microsecond
source · pub struct Microsecond;
Implementations§
Trait Implementations§
source§impl Clone for Microsecond
impl Clone for Microsecond
source§fn clone(&self) -> Microsecond
fn clone(&self) -> Microsecond
Returns a copy 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
impl Copy for Microsecond
Auto Trait Implementations§
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