pub struct Millisecond;Expand description
Milliseconds (1 ms = 10^-3 s).
Trait Implementations§
Source§impl Clone for Millisecond
impl Clone for Millisecond
Source§fn clone(&self) -> Millisecond
fn clone(&self) -> Millisecond
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 Millisecond
impl Debug for Millisecond
Source§impl PartialEq for Millisecond
impl PartialEq for Millisecond
Source§impl PartialOrd for Millisecond
impl PartialOrd for Millisecond
Source§impl Unit for Millisecond
impl Unit for Millisecond
impl Copy for Millisecond
impl StructuralPartialEq for Millisecond
Auto Trait Implementations§
impl Freeze for Millisecond
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