Struct buildsrs_database::DatabaseConnection
source · pub struct DatabaseConnection { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for DatabaseConnection
impl Debug for DatabaseConnection
source§impl From<DatabaseConnection> for Pool
impl From<DatabaseConnection> for Pool
source§fn from(conn: DatabaseConnection) -> Self
fn from(conn: DatabaseConnection) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for DatabaseConnection
impl Send for DatabaseConnection
impl Sync for DatabaseConnection
impl Unpin for DatabaseConnection
impl !UnwindSafe for DatabaseConnection
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