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