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