pub struct PersistentDiskCache { /* private fields */ }Expand description
Persistent disk cache with metadata
Implementations§
Source§impl PersistentDiskCache
impl PersistentDiskCache
Auto Trait Implementations§
impl !Freeze for PersistentDiskCache
impl !RefUnwindSafe for PersistentDiskCache
impl !UnwindSafe for PersistentDiskCache
impl Send for PersistentDiskCache
impl Sync for PersistentDiskCache
impl Unpin for PersistentDiskCache
impl UnsafeUnpin for PersistentDiskCache
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