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