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