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