Struct time_core::convert::Millisecond
source · pub struct Millisecond;
Implementations§
Trait Implementations§
source§impl Clone for Millisecond
impl Clone for Millisecond
source§fn clone(&self) -> Millisecond
fn clone(&self) -> Millisecond
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 Millisecond
impl Debug for Millisecond
impl Copy for Millisecond
Auto Trait Implementations§
impl RefUnwindSafe for Millisecond
impl Send for Millisecond
impl Sync for Millisecond
impl Unpin for Millisecond
impl UnwindSafe for Millisecond
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