pub struct CachedFileStorage { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Storage for CachedFileStorage
impl Storage for CachedFileStorage
Source§type SetError = StorageError
type SetError = StorageError
Error which may occur when attempting to write to the storage.
Auto Trait Implementations§
impl Freeze for CachedFileStorage
impl RefUnwindSafe for CachedFileStorage
impl Send for CachedFileStorage
impl Sync for CachedFileStorage
impl Unpin for CachedFileStorage
impl UnwindSafe for CachedFileStorage
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