pub struct PersistentCache { /* private fields */ }Expand description
A cache that serialises itself to a byte sequence for persistence.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PersistentCache
impl RefUnwindSafe for PersistentCache
impl Send for PersistentCache
impl Sync for PersistentCache
impl Unpin for PersistentCache
impl UnsafeUnpin for PersistentCache
impl UnwindSafe for PersistentCache
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