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