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