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