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