pub struct FsCache { /* private fields */ }Expand description
A cache that stores manifests on a file system.
Implementations§
Auto Trait Implementations§
impl Freeze for FsCache
impl RefUnwindSafe for FsCache
impl Send for FsCache
impl Sync for FsCache
impl Unpin for FsCache
impl UnwindSafe for FsCache
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