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