Struct tea_dtype::unit::Millisecond
source · pub struct Millisecond;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
source§impl Hash for Millisecond
impl Hash for Millisecond
source§impl Ord for Millisecond
impl Ord for Millisecond
source§fn cmp(&self, other: &Millisecond) -> Ordering
fn cmp(&self, other: &Millisecond) -> 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 Millisecond
impl PartialEq for Millisecond
source§fn eq(&self, other: &Millisecond) -> bool
fn eq(&self, other: &Millisecond) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for Millisecond
impl PartialOrd for Millisecond
source§fn partial_cmp(&self, other: &Millisecond) -> Option<Ordering>
fn partial_cmp(&self, other: &Millisecond) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl TimeUnitTrait for Millisecond
impl TimeUnitTrait for Millisecond
impl Copy for Millisecond
impl Eq 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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)