pub struct NSTDDuration { /* private fields */ }Available on crate feature
core only.Expand description
Represents a span of time.
Trait Implementations§
Source§impl Clone for NSTDDuration
impl Clone for NSTDDuration
Source§fn clone(&self) -> NSTDDuration
fn clone(&self) -> NSTDDuration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NSTDDuration
Source§impl PartialEq for NSTDDuration
impl PartialEq for NSTDDuration
Source§fn eq(&self, other: &NSTDDuration) -> bool
fn eq(&self, other: &NSTDDuration) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NSTDDuration
Auto Trait Implementations§
impl Freeze for NSTDDuration
impl RefUnwindSafe for NSTDDuration
impl Send for NSTDDuration
impl Sync for NSTDDuration
impl Unpin for NSTDDuration
impl UnsafeUnpin for NSTDDuration
impl UnwindSafe for NSTDDuration
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