pub struct Cachr<K, T: ?Sized> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<K, T> !Freeze for Cachr<K, T>
impl<K, T> !RefUnwindSafe for Cachr<K, T>
impl<K, T> Send for Cachr<K, T>
impl<K, T> !Sync for Cachr<K, T>
impl<K, T> Unpin for Cachr<K, T>
impl<K, T> UnwindSafe for Cachr<K, 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