pub struct SQL_DIAG_ROW_COUNT;Trait Implementations§
Source§impl Attr<SQL_DIAG_ROW_COUNT> for SQLLEN
impl Attr<SQL_DIAG_ROW_COUNT> for SQLLEN
type DefinedBy = OdbcDefined
Source§impl Ident for SQL_DIAG_ROW_COUNT
impl Ident for SQL_DIAG_ROW_COUNT
impl AttrGet<SQL_DIAG_ROW_COUNT> for SQLLEN
impl<V: OdbcVersion> DiagField<SQLHSTMT<'_, '_, '_, V>, SQL_DIAG_ROW_COUNT> for SQLLEN
Auto Trait Implementations§
impl Freeze for SQL_DIAG_ROW_COUNT
impl RefUnwindSafe for SQL_DIAG_ROW_COUNT
impl Send for SQL_DIAG_ROW_COUNT
impl Sync for SQL_DIAG_ROW_COUNT
impl Unpin for SQL_DIAG_ROW_COUNT
impl UnwindSafe for SQL_DIAG_ROW_COUNT
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