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