pub struct WithinDuration(pub Duration);Tuple Fields§
§0: DurationTrait Implementations§
Source§impl Clone for WithinDuration
impl Clone for WithinDuration
Source§fn clone(&self) -> WithinDuration
fn clone(&self) -> WithinDuration
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 moreSource§impl Debug for WithinDuration
impl Debug for WithinDuration
Source§impl VerifyTimestamp for WithinDuration
impl VerifyTimestamp for WithinDuration
Auto Trait Implementations§
impl Freeze for WithinDuration
impl RefUnwindSafe for WithinDuration
impl Send for WithinDuration
impl Sync for WithinDuration
impl Unpin for WithinDuration
impl UnsafeUnpin for WithinDuration
impl UnwindSafe for WithinDuration
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