pub struct Leveldb {
pub msgs: Database<Id>,
pub data: Database<Id>,
}
Fields§
§msgs: Database<Id>
§data: Database<Id>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Leveldb
impl RefUnwindSafe for Leveldb
impl Send for Leveldb
impl Sync for Leveldb
impl Unpin for Leveldb
impl UnwindSafe for Leveldb
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