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