pub struct SQL_SQL92_REVOKE;Trait Implementations§
Source§impl Attr<SQL_SQL92_REVOKE> for Revoke
impl Attr<SQL_SQL92_REVOKE> for Revoke
type DefinedBy = OdbcDefined
Source§impl Ident for SQL_SQL92_REVOKE
impl Ident for SQL_SQL92_REVOKE
impl AttrGet<SQL_SQL92_REVOKE> for Revoke
impl InfoType<SQL_SQL92_REVOKE, SQL_OV_ODBC3> for Revoke
Auto Trait Implementations§
impl Freeze for SQL_SQL92_REVOKE
impl RefUnwindSafe for SQL_SQL92_REVOKE
impl Send for SQL_SQL92_REVOKE
impl Sync for SQL_SQL92_REVOKE
impl Unpin for SQL_SQL92_REVOKE
impl UnwindSafe for SQL_SQL92_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