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