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