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