pub struct DbConnectionManager { /* private fields */ }
Expand description
Structure for database configuration. Also, used to calculate the absolute path for a database. This MUST build path in constructors.
Auto Trait Implementations§
impl Freeze for DbConnectionManager
impl RefUnwindSafe for DbConnectionManager
impl Send for DbConnectionManager
impl Sync for DbConnectionManager
impl Unpin for DbConnectionManager
impl UnwindSafe for DbConnectionManager
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