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