pub struct RefCache<'c, C: SparseContainer> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'c, C> FnCache<<C as SparseContainer>::Input, <C as SparseContainer>::Output> for RefCache<'c, C>where
C: SparseContainer,
impl<'c, C> FnCache<<C as SparseContainer>::Input, <C as SparseContainer>::Output> for RefCache<'c, C>where
C: SparseContainer,
Source§impl<'c, C> FnCacheMany<<C as SparseContainer>::Input, <C as SparseContainer>::Output> for RefCache<'c, C>
impl<'c, C> FnCacheMany<<C as SparseContainer>::Input, <C as SparseContainer>::Output> for RefCache<'c, C>
Auto Trait Implementations§
impl<'c, C> Freeze for RefCache<'c, C>
impl<'c, C> !RefUnwindSafe for RefCache<'c, C>
impl<'c, C> !Send for RefCache<'c, C>
impl<'c, C> !Sync for RefCache<'c, C>
impl<'c, C> Unpin for RefCache<'c, C>
impl<'c, C> !UnwindSafe for RefCache<'c, C>
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