pub struct FnCache<Id, F, I>{ /* private fields */ }
Implementations§
Trait Implementations§
source§impl<Id: Display + Hash + PartialEq + Eq + Clone, F, I> Cache<Id> for FnCache<Id, F, I>
impl<Id: Display + Hash + PartialEq + Eq + Clone, F, I> Cache<Id> for FnCache<Id, F, I>
Auto Trait Implementations§
impl<Id, F, I> RefUnwindSafe for FnCache<Id, F, I>
impl<Id, F, I> Send for FnCache<Id, F, I>
impl<Id, F, I> Sync for FnCache<Id, F, I>
impl<Id, F, I> Unpin for FnCache<Id, F, I>
impl<Id, F, I> UnwindSafe for FnCache<Id, F, I>
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