pub struct ValueCache { /* private fields */ }Expand description
The value cache.
Trait Implementations§
Source§impl Clone for ValueCache
impl Clone for ValueCache
Source§fn clone(&self) -> ValueCache
fn clone(&self) -> ValueCache
Returns a duplicate 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 ValueCache
impl Debug for ValueCache
Source§impl Default for ValueCache
impl Default for ValueCache
Source§fn default() -> ValueCache
fn default() -> ValueCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ValueCache
impl RefUnwindSafe for ValueCache
impl Send for ValueCache
impl Sync for ValueCache
impl Unpin for ValueCache
impl UnsafeUnpin for ValueCache
impl UnwindSafe for ValueCache
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