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