pub struct SledBackend { /* private fields */ }Expand description
Sled-based storage backend
Implementations§
Source§impl SledBackend
impl SledBackend
Trait Implementations§
Source§impl StorageBackend for SledBackend
impl StorageBackend for SledBackend
Auto Trait Implementations§
impl Freeze for SledBackend
impl !RefUnwindSafe for SledBackend
impl Send for SledBackend
impl Sync for SledBackend
impl Unpin for SledBackend
impl !UnwindSafe for SledBackend
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