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