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