pub struct NeedsDuration;
Trait Implementations§
Source§impl Clone for NeedsDuration
impl Clone for NeedsDuration
Source§fn clone(&self) -> NeedsDuration
fn clone(&self) -> NeedsDuration
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 NeedsDuration
impl Debug for NeedsDuration
Auto Trait Implementations§
impl Freeze for NeedsDuration
impl RefUnwindSafe for NeedsDuration
impl Send for NeedsDuration
impl Sync for NeedsDuration
impl Unpin for NeedsDuration
impl UnwindSafe for NeedsDuration
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