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