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