pub struct SQL_ATTR_TXN_ISOLATION;Trait Implementations§
Source§impl Attr<SQL_ATTR_TXN_ISOLATION> for TxnIsolation
impl Attr<SQL_ATTR_TXN_ISOLATION> for TxnIsolation
type DefinedBy = OdbcDefined
Source§impl Ident for SQL_ATTR_TXN_ISOLATION
impl Ident for SQL_ATTR_TXN_ISOLATION
impl AttrGet<SQL_ATTR_TXN_ISOLATION> for TxnIsolation
impl AttrSet<SQL_ATTR_TXN_ISOLATION> for TxnIsolation
impl ConnAttr<C2, SQL_ATTR_TXN_ISOLATION, SQL_OV_ODBC3> for TxnIsolation
impl ConnAttr<C4, SQL_ATTR_TXN_ISOLATION, SQL_OV_ODBC3> for TxnIsolation
Auto Trait Implementations§
impl Freeze for SQL_ATTR_TXN_ISOLATION
impl RefUnwindSafe for SQL_ATTR_TXN_ISOLATION
impl Send for SQL_ATTR_TXN_ISOLATION
impl Sync for SQL_ATTR_TXN_ISOLATION
impl Unpin for SQL_ATTR_TXN_ISOLATION
impl UnwindSafe for SQL_ATTR_TXN_ISOLATION
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