pub struct SQL_ATTR_ASYNC_ENABLE;Trait Implementations§
Source§impl Attr<SQL_ATTR_ASYNC_ENABLE> for AsyncEnable
impl Attr<SQL_ATTR_ASYNC_ENABLE> for AsyncEnable
type DefinedBy = OdbcDefined
Source§impl Ident for SQL_ATTR_ASYNC_ENABLE
impl Ident for SQL_ATTR_ASYNC_ENABLE
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<'desc, 'buf, S: Statement<'desc, 'buf, SQL_OV_ODBC3>> StmtAttr<'desc, 'buf, S, SQL_ATTR_ASYNC_ENABLE, SQL_OV_ODBC3> for AsyncEnable
Auto Trait Implementations§
impl Freeze for SQL_ATTR_ASYNC_ENABLE
impl RefUnwindSafe for SQL_ATTR_ASYNC_ENABLE
impl Send for SQL_ATTR_ASYNC_ENABLE
impl Sync for SQL_ATTR_ASYNC_ENABLE
impl Unpin for SQL_ATTR_ASYNC_ENABLE
impl UnwindSafe for SQL_ATTR_ASYNC_ENABLE
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