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