pub struct AutoCommit(/* private fields */);Trait Implementations§
Source§impl AsMutSQLPOINTER for AutoCommit
impl AsMutSQLPOINTER for AutoCommit
fn as_mut_SQLPOINTER(&mut self) -> SQLPOINTER
Source§impl Attr<SQL_ATTR_AUTOCOMMIT> for AutoCommit
impl Attr<SQL_ATTR_AUTOCOMMIT> for AutoCommit
type DefinedBy = OdbcDefined
Source§impl AttrZeroAssert for AutoCommit
impl AttrZeroAssert for AutoCommit
fn assert_zeroed(&self)
Source§impl Clone for AutoCommit
impl Clone for AutoCommit
Source§fn clone(&self) -> AutoCommit
fn clone(&self) -> AutoCommit
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AutoCommit
impl Debug for AutoCommit
Source§impl Ident for AutoCommitwhere
SQLUINTEGER: Ident,
impl Ident for AutoCommitwhere
SQLUINTEGER: Ident,
Source§impl IntoSQLPOINTER for AutoCommit
impl IntoSQLPOINTER for AutoCommit
fn into_SQLPOINTER(self) -> SQLPOINTER
Source§impl PartialEq<AutoCommit> for SQLUINTEGER
impl PartialEq<AutoCommit> for SQLUINTEGER
Source§impl PartialEq<u32> for AutoCommit
impl PartialEq<u32> for AutoCommit
Source§impl PartialEq for AutoCommit
impl PartialEq for AutoCommit
impl AttrGet<SQL_ATTR_AUTOCOMMIT> for AutoCommit
impl AttrSet<SQL_ATTR_AUTOCOMMIT> for AutoCommit
impl ConnAttr<C2, SQL_ATTR_AUTOCOMMIT, SQL_OV_ODBC3> for AutoCommit
impl ConnAttr<C4, SQL_ATTR_AUTOCOMMIT, SQL_OV_ODBC3> for AutoCommit
impl Copy for AutoCommit
impl Eq for AutoCommit
impl Scalar for AutoCommitwhere
SQLUINTEGER: Scalar,
impl StructuralPartialEq for AutoCommit
Auto Trait Implementations§
impl Freeze for AutoCommit
impl RefUnwindSafe for AutoCommit
impl Send for AutoCommit
impl Sync for AutoCommit
impl Unpin for AutoCommit
impl UnwindSafe for AutoCommit
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