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