pub struct SQL_DIAG_RETURNCODE;Trait Implementations§
Source§impl Attr<SQL_DIAG_RETURNCODE> for SQLRETURN
impl Attr<SQL_DIAG_RETURNCODE> for SQLRETURN
type DefinedBy = OdbcDefined
Source§impl Ident for SQL_DIAG_RETURNCODE
impl Ident for SQL_DIAG_RETURNCODE
impl AttrGet<SQL_DIAG_RETURNCODE> for SQLRETURN
impl<H: Handle> DiagField<H, SQL_DIAG_RETURNCODE> for SQLRETURN
Auto Trait Implementations§
impl Freeze for SQL_DIAG_RETURNCODE
impl RefUnwindSafe for SQL_DIAG_RETURNCODE
impl Send for SQL_DIAG_RETURNCODE
impl Sync for SQL_DIAG_RETURNCODE
impl Unpin for SQL_DIAG_RETURNCODE
impl UnwindSafe for SQL_DIAG_RETURNCODE
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