pub struct FileBacked { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Store for FileBacked
impl Store for FileBacked
Auto Trait Implementations§
impl !Freeze for FileBacked
impl RefUnwindSafe for FileBacked
impl Send for FileBacked
impl Sync for FileBacked
impl Unpin for FileBacked
impl UnwindSafe for FileBacked
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