pub struct TimedValue<V>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<V: Clone> Clone for TimedValue<V>
impl<V: Clone> Clone for TimedValue<V>
Source§fn clone(&self) -> TimedValue<V>
fn clone(&self) -> TimedValue<V>
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<V: Debug> Debug for TimedValue<V>
impl<V: Debug> Debug for TimedValue<V>
Source§impl<V> PartialEq for TimedValue<V>where
V: PartialEq,
impl<V> PartialEq for TimedValue<V>where
V: PartialEq,
Auto Trait Implementations§
impl<V> Freeze for TimedValue<V>where
V: Freeze,
impl<V> RefUnwindSafe for TimedValue<V>where
V: RefUnwindSafe,
impl<V> Send for TimedValue<V>where
V: Send,
impl<V> Sync for TimedValue<V>where
V: Sync,
impl<V> Unpin for TimedValue<V>where
V: Unpin,
impl<V> UnwindSafe for TimedValue<V>where
V: UnwindSafe,
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)