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