pub struct FsStorage;Trait Implementations§
Auto Trait Implementations§
impl Freeze for FsStorage
impl RefUnwindSafe for FsStorage
impl Send for FsStorage
impl Sync for FsStorage
impl Unpin for FsStorage
impl UnsafeUnpin for FsStorage
impl UnwindSafe for FsStorage
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