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