pub struct SQL_ASYNC_MODE;Trait Implementations§
Source§impl Attr<SQL_ASYNC_MODE> for AsyncMode
impl Attr<SQL_ASYNC_MODE> for AsyncMode
type DefinedBy = OdbcDefined
Source§impl Ident for SQL_ASYNC_MODE
impl Ident for SQL_ASYNC_MODE
impl AttrGet<SQL_ASYNC_MODE> for AsyncMode
impl InfoType<SQL_ASYNC_MODE, SQL_OV_ODBC3> for AsyncMode
Auto Trait Implementations§
impl Freeze for SQL_ASYNC_MODE
impl RefUnwindSafe for SQL_ASYNC_MODE
impl Send for SQL_ASYNC_MODE
impl Sync for SQL_ASYNC_MODE
impl Unpin for SQL_ASYNC_MODE
impl UnwindSafe for SQL_ASYNC_MODE
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