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