pub struct CacheValue<T: Sized + 'static> { /* private fields */ }Implementations§
Source§impl<T: Clone + Sized + 'static> CacheValue<T>
impl<T: Clone + Sized + 'static> CacheValue<T>
pub fn inner_clone(&self) -> T
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for CacheValue<T>
impl<T> !RefUnwindSafe for CacheValue<T>
impl<T> !Send for CacheValue<T>
impl<T> !Sync for CacheValue<T>
impl<T> Unpin for CacheValue<T>where
T: Unpin,
impl<T> !UnwindSafe for CacheValue<T>
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