pub struct DiskStore { /* private fields */ }Expand description
On-disk block storage
Implementations§
Auto Trait Implementations§
impl !Freeze for DiskStore
impl !RefUnwindSafe for DiskStore
impl Send for DiskStore
impl !Sync for DiskStore
impl Unpin for DiskStore
impl !UnwindSafe for DiskStore
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