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