pub struct SimpleCache { /* private fields */ }
Expand description
Simple cache using file system
Implementations§
Source§impl SimpleCache
impl SimpleCache
Auto Trait Implementations§
impl Freeze for SimpleCache
impl RefUnwindSafe for SimpleCache
impl Send for SimpleCache
impl Sync for SimpleCache
impl Unpin for SimpleCache
impl UnwindSafe for SimpleCache
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