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