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