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