pub struct FilesystemStorage { /* private fields */ }Expand description
Local filesystem storage backend (development / small teams).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FilesystemStorage
impl RefUnwindSafe for FilesystemStorage
impl Send for FilesystemStorage
impl Sync for FilesystemStorage
impl Unpin for FilesystemStorage
impl UnsafeUnpin for FilesystemStorage
impl UnwindSafe for FilesystemStorage
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