pub struct DiskBackend { /* private fields */ }Expand description
Disk-based storage backend using QFT files
Implementations§
Trait Implementations§
Source§impl Backend for DiskBackend
impl Backend for DiskBackend
Auto Trait Implementations§
impl !Freeze for DiskBackend
impl !RefUnwindSafe for DiskBackend
impl Send for DiskBackend
impl Sync for DiskBackend
impl Unpin for DiskBackend
impl UnwindSafe for DiskBackend
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