pub struct Cache<Fs> { /* private fields */ }Expand description
Cache implementation used for caching filesystem access.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Fs> !Freeze for Cache<Fs>
impl<Fs> !RefUnwindSafe for Cache<Fs>
impl<Fs> Send for Cache<Fs>where
Fs: Send,
impl<Fs> Sync for Cache<Fs>where
Fs: Sync,
impl<Fs> Unpin for Cache<Fs>where
Fs: Unpin,
impl<Fs> !UnwindSafe for Cache<Fs>
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