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