#[repr(transparent)]pub struct Cachr<K, T: ?Sized> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<K, T> !RefUnwindSafe for Cachr<K, T>
impl<K, T: ?Sized> Send for Cachr<K, T>where K: Send, T: Send,
impl<K, T> !Sync for Cachr<K, T>
impl<K, T: ?Sized> Unpin for Cachr<K, T>where K: Unpin,
impl<K, T: ?Sized> UnwindSafe for Cachr<K, T>where K: UnwindSafe, T: UnwindSafe,
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