pub struct AStorage {
pub tt: Option<Client>,
pub lmdb: Option<Mutex<LMDBStorage>>,
}Fields§
§tt: Option<Client>§lmdb: Option<Mutex<LMDBStorage>>Auto Trait Implementations§
impl !Freeze for AStorage
impl !RefUnwindSafe for AStorage
impl Send for AStorage
impl Sync for AStorage
impl Unpin for AStorage
impl UnsafeUnpin for AStorage
impl !UnwindSafe for AStorage
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