pub struct AsyncEnable(/* private fields */);Trait Implementations§
Source§impl AsMutSQLPOINTER for AsyncEnable
impl AsMutSQLPOINTER for AsyncEnable
fn as_mut_SQLPOINTER(&mut self) -> SQLPOINTER
Source§impl Attr<SQL_ATTR_ASYNC_ENABLE> for AsyncEnable
impl Attr<SQL_ATTR_ASYNC_ENABLE> for AsyncEnable
type DefinedBy = OdbcDefined
Source§impl AttrZeroAssert for AsyncEnable
impl AttrZeroAssert for AsyncEnable
fn assert_zeroed(&self)
Source§impl Clone for AsyncEnable
impl Clone for AsyncEnable
Source§fn clone(&self) -> AsyncEnable
fn clone(&self) -> AsyncEnable
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 AsyncEnable
impl Debug for AsyncEnable
Source§impl Ident for AsyncEnable
impl Ident for AsyncEnable
Source§impl IntoSQLPOINTER for AsyncEnable
impl IntoSQLPOINTER for AsyncEnable
fn into_SQLPOINTER(self) -> SQLPOINTER
Source§impl PartialEq<AsyncEnable> for SQLULEN
impl PartialEq<AsyncEnable> for SQLULEN
Source§impl PartialEq<usize> for AsyncEnable
impl PartialEq<usize> for AsyncEnable
Source§impl PartialEq for AsyncEnable
impl PartialEq for AsyncEnable
impl AttrGet<SQL_ATTR_ASYNC_ENABLE> for AsyncEnable
impl AttrSet<SQL_ATTR_ASYNC_ENABLE> for AsyncEnable
impl<C: ConnState> ConnAttr<C, SQL_ATTR_ASYNC_ENABLE, SQL_OV_ODBC3> for AsyncEnable
impl Copy for AsyncEnable
impl Eq for AsyncEnable
impl Scalar for AsyncEnable
impl<'desc, 'buf, S: Statement<'desc, 'buf, SQL_OV_ODBC3>> StmtAttr<'desc, 'buf, S, SQL_ATTR_ASYNC_ENABLE, SQL_OV_ODBC3> for AsyncEnable
impl StructuralPartialEq for AsyncEnable
Auto Trait Implementations§
impl Freeze for AsyncEnable
impl RefUnwindSafe for AsyncEnable
impl Send for AsyncEnable
impl Sync for AsyncEnable
impl Unpin for AsyncEnable
impl UnwindSafe for AsyncEnable
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