pub struct Cache<'stored> { /* private fields */ }Expand description
Separate this it out entirely to avoid lifetime conflicts
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'stored> !Freeze for Cache<'stored>
impl<'stored> RefUnwindSafe for Cache<'stored>
impl<'stored> Send for Cache<'stored>
impl<'stored> Sync for Cache<'stored>
impl<'stored> Unpin for Cache<'stored>
impl<'stored> UnwindSafe for Cache<'stored>
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