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