pub struct Predicates(/* private fields */);Trait Implementations§
Source§impl AsMutSQLPOINTER for Predicates
impl AsMutSQLPOINTER for Predicates
fn as_mut_SQLPOINTER(&mut self) -> SQLPOINTER
Source§impl Attr<SQL_ISO_PREDICATES> for Predicates
impl Attr<SQL_ISO_PREDICATES> for Predicates
type DefinedBy = OdbcDefined
Source§impl Attr<SQL_SQL92_PREDICATES> for Predicates
impl Attr<SQL_SQL92_PREDICATES> for Predicates
type DefinedBy = OdbcDefined
Source§impl AttrZeroAssert for Predicates
impl AttrZeroAssert for Predicates
fn assert_zeroed(&self)
Source§impl BitAnd<Predicates> for SQLUINTEGER
impl BitAnd<Predicates> for SQLUINTEGER
Source§impl BitAnd<u32> for Predicates
impl BitAnd<u32> for Predicates
Source§impl BitAnd for Predicates
impl BitAnd for Predicates
Source§impl Clone for Predicates
impl Clone for Predicates
Source§fn clone(&self) -> Predicates
fn clone(&self) -> Predicates
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 Predicates
impl Debug for Predicates
Source§impl Ident for Predicateswhere
SQLUINTEGER: Ident,
impl Ident for Predicateswhere
SQLUINTEGER: Ident,
Source§impl IntoSQLPOINTER for Predicates
impl IntoSQLPOINTER for Predicates
fn into_SQLPOINTER(self) -> SQLPOINTER
impl AttrGet<SQL_ISO_PREDICATES> for Predicates
impl AttrGet<SQL_SQL92_PREDICATES> for Predicates
impl Copy for Predicates
impl InfoType<SQL_ISO_PREDICATES, SQL_OV_ODBC4> for Predicates
impl InfoType<SQL_SQL92_PREDICATES, SQL_OV_ODBC3> for Predicates
impl Scalar for Predicateswhere
SQLUINTEGER: Scalar,
Auto Trait Implementations§
impl Freeze for Predicates
impl RefUnwindSafe for Predicates
impl Send for Predicates
impl Sync for Predicates
impl Unpin for Predicates
impl UnwindSafe for Predicates
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