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