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