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