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