pub struct RetrieveData(/* private fields */);Trait Implementations§
Source§impl AsMutSQLPOINTER for RetrieveData
impl AsMutSQLPOINTER for RetrieveData
fn as_mut_SQLPOINTER(&mut self) -> SQLPOINTER
Source§impl Attr<SQL_ATTR_RETRIEVE_DATA> for RetrieveData
impl Attr<SQL_ATTR_RETRIEVE_DATA> for RetrieveData
type DefinedBy = OdbcDefined
Source§impl AttrZeroAssert for RetrieveData
impl AttrZeroAssert for RetrieveData
fn assert_zeroed(&self)
Source§impl Clone for RetrieveData
impl Clone for RetrieveData
Source§fn clone(&self) -> RetrieveData
fn clone(&self) -> RetrieveData
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 RetrieveData
impl Debug for RetrieveData
Source§impl Ident for RetrieveData
impl Ident for RetrieveData
Source§impl IntoSQLPOINTER for RetrieveData
impl IntoSQLPOINTER for RetrieveData
fn into_SQLPOINTER(self) -> SQLPOINTER
Source§impl PartialEq<RetrieveData> for SQLULEN
impl PartialEq<RetrieveData> for SQLULEN
Source§impl PartialEq<usize> for RetrieveData
impl PartialEq<usize> for RetrieveData
Source§impl PartialEq for RetrieveData
impl PartialEq for RetrieveData
impl AttrGet<SQL_ATTR_RETRIEVE_DATA> for RetrieveData
impl AttrSet<SQL_ATTR_RETRIEVE_DATA> for RetrieveData
impl Copy for RetrieveData
impl Eq for RetrieveData
impl Scalar for RetrieveData
impl<'desc, 'buf, S: Statement<'desc, 'buf, SQL_OV_ODBC3>> StmtAttr<'desc, 'buf, S, SQL_ATTR_RETRIEVE_DATA, SQL_OV_ODBC3> for RetrieveData
impl StructuralPartialEq for RetrieveData
Auto Trait Implementations§
impl Freeze for RetrieveData
impl RefUnwindSafe for RetrieveData
impl Send for RetrieveData
impl Sync for RetrieveData
impl Unpin for RetrieveData
impl UnwindSafe for RetrieveData
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