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