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