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