pub struct SimulateCursor(/* private fields */);Trait Implementations§
Source§impl AsMutSQLPOINTER for SimulateCursor
impl AsMutSQLPOINTER for SimulateCursor
fn as_mut_SQLPOINTER(&mut self) -> SQLPOINTER
Source§impl Attr<SQL_ATTR_SIMULATE_CURSOR> for SimulateCursor
impl Attr<SQL_ATTR_SIMULATE_CURSOR> for SimulateCursor
type DefinedBy = OdbcDefined
Source§impl AttrZeroAssert for SimulateCursor
impl AttrZeroAssert for SimulateCursor
fn assert_zeroed(&self)
Source§impl Clone for SimulateCursor
impl Clone for SimulateCursor
Source§fn clone(&self) -> SimulateCursor
fn clone(&self) -> SimulateCursor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SimulateCursor
impl Debug for SimulateCursor
Source§impl Ident for SimulateCursor
impl Ident for SimulateCursor
Source§impl IntoSQLPOINTER for SimulateCursor
impl IntoSQLPOINTER for SimulateCursor
fn into_SQLPOINTER(self) -> SQLPOINTER
Source§impl PartialEq<SimulateCursor> for SQLULEN
impl PartialEq<SimulateCursor> for SQLULEN
Source§impl PartialEq<usize> for SimulateCursor
impl PartialEq<usize> for SimulateCursor
Source§impl PartialEq for SimulateCursor
impl PartialEq for SimulateCursor
impl AttrGet<SQL_ATTR_SIMULATE_CURSOR> for SimulateCursor
impl AttrSet<SQL_ATTR_SIMULATE_CURSOR> for SimulateCursor
impl Copy for SimulateCursor
impl Eq for SimulateCursor
impl Scalar 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
impl StructuralPartialEq for SimulateCursor
Auto Trait Implementations§
impl Freeze for SimulateCursor
impl RefUnwindSafe for SimulateCursor
impl Send for SimulateCursor
impl Sync for SimulateCursor
impl Unpin for SimulateCursor
impl UnwindSafe for SimulateCursor
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