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