pub struct CreateTranslation(/* private fields */);Trait Implementations§
Source§impl AsMutSQLPOINTER for CreateTranslation
impl AsMutSQLPOINTER for CreateTranslation
fn as_mut_SQLPOINTER(&mut self) -> SQLPOINTER
Source§impl Attr<SQL_CREATE_TRANSLATION> for CreateTranslation
impl Attr<SQL_CREATE_TRANSLATION> for CreateTranslation
type DefinedBy = OdbcDefined
Source§impl AttrZeroAssert for CreateTranslation
impl AttrZeroAssert for CreateTranslation
fn assert_zeroed(&self)
Source§impl BitAnd<CreateTranslation> for SQLUINTEGER
impl BitAnd<CreateTranslation> for SQLUINTEGER
Source§impl BitAnd<u32> for CreateTranslation
impl BitAnd<u32> for CreateTranslation
Source§impl BitAnd for CreateTranslation
impl BitAnd for CreateTranslation
Source§impl Clone for CreateTranslation
impl Clone for CreateTranslation
Source§fn clone(&self) -> CreateTranslation
fn clone(&self) -> CreateTranslation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CreateTranslation
impl Debug for CreateTranslation
Source§impl Ident for CreateTranslationwhere
SQLUINTEGER: Ident,
impl Ident for CreateTranslationwhere
SQLUINTEGER: Ident,
Source§impl IntoSQLPOINTER for CreateTranslation
impl IntoSQLPOINTER for CreateTranslation
fn into_SQLPOINTER(self) -> SQLPOINTER
impl AttrGet<SQL_CREATE_TRANSLATION> for CreateTranslation
impl Copy for CreateTranslation
impl InfoType<SQL_CREATE_TRANSLATION, SQL_OV_ODBC3> for CreateTranslation
impl Scalar for CreateTranslationwhere
SQLUINTEGER: Scalar,
Auto Trait Implementations§
impl Freeze for CreateTranslation
impl RefUnwindSafe for CreateTranslation
impl Send for CreateTranslation
impl Sync for CreateTranslation
impl Unpin for CreateTranslation
impl UnwindSafe for CreateTranslation
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