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