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