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