pub struct OneHundredMilliseconds(/* private fields */);
Trait Implementations§
source§impl Clone for OneHundredMilliseconds
impl Clone for OneHundredMilliseconds
source§fn clone(&self) -> OneHundredMilliseconds
fn clone(&self) -> OneHundredMilliseconds
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 OneHundredMilliseconds
impl Debug for OneHundredMilliseconds
source§impl Default for OneHundredMilliseconds
impl Default for OneHundredMilliseconds
source§fn default() -> OneHundredMilliseconds
fn default() -> OneHundredMilliseconds
Returns the “default value” for a type. Read more
source§impl From<OneHundredMilliseconds> for Duration
impl From<OneHundredMilliseconds> for Duration
source§fn from(o: OneHundredMilliseconds) -> Self
fn from(o: OneHundredMilliseconds) -> Self
Converts to this type from the input type.
source§impl Hash for OneHundredMilliseconds
impl Hash for OneHundredMilliseconds
source§impl Ord for OneHundredMilliseconds
impl Ord for OneHundredMilliseconds
source§fn cmp(&self, other: &OneHundredMilliseconds) -> Ordering
fn cmp(&self, other: &OneHundredMilliseconds) -> 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 OneHundredMilliseconds
impl PartialEq for OneHundredMilliseconds
source§impl PartialOrd for OneHundredMilliseconds
impl PartialOrd for OneHundredMilliseconds
impl Copy for OneHundredMilliseconds
impl Eq for OneHundredMilliseconds
impl StructuralPartialEq for OneHundredMilliseconds
Auto Trait Implementations§
impl Freeze for OneHundredMilliseconds
impl RefUnwindSafe for OneHundredMilliseconds
impl Send for OneHundredMilliseconds
impl Sync for OneHundredMilliseconds
impl Unpin for OneHundredMilliseconds
impl UnwindSafe for OneHundredMilliseconds
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)