Enum sfo_sql::SqlConnectionType
source · pub enum SqlConnectionType {
PoolConn(PoolConnection<SqlDB>),
Conn(SqlRawConnection),
}
Variants§
PoolConn(PoolConnection<SqlDB>)
Conn(SqlRawConnection)
Auto Trait Implementations§
impl !RefUnwindSafe for SqlConnectionType
impl Send for SqlConnectionType
impl Sync for SqlConnectionType
impl Unpin for SqlConnectionType
impl !UnwindSafe for SqlConnectionType
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