pub struct FnCache<Id, F> { /* private fields */ }
Implementations
Trait Implementations
Auto Trait Implementations
impl<Id, F> RefUnwindSafe for FnCache<Id, F>where
F: RefUnwindSafe,
Id: RefUnwindSafe,
impl<Id, F> Send for FnCache<Id, F>where
F: Send,
Id: Send,
impl<Id, F> Sync for FnCache<Id, F>where
F: Sync,
Id: Sync,
impl<Id, F> Unpin for FnCache<Id, F>where
F: Unpin,
Id: Unpin,
impl<Id, F> UnwindSafe for FnCache<Id, F>where
F: UnwindSafe,
Id: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more