pub struct LocalFs { /* private fields */ }
Expand description
Native file store.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LocalFs
impl RefUnwindSafe for LocalFs
impl Send for LocalFs
impl Sync for LocalFs
impl Unpin for LocalFs
impl UnwindSafe for LocalFs
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