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