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