pub struct DropTranslation(/* private fields */);Trait Implementations§
Source§impl AsMutSQLPOINTER for DropTranslation
impl AsMutSQLPOINTER for DropTranslation
fn as_mut_SQLPOINTER(&mut self) -> SQLPOINTER
Source§impl Attr<SQL_DROP_TRANSLATION> for DropTranslation
impl Attr<SQL_DROP_TRANSLATION> for DropTranslation
type DefinedBy = OdbcDefined
Source§impl AttrZeroAssert for DropTranslation
impl AttrZeroAssert for DropTranslation
fn assert_zeroed(&self)
Source§impl BitAnd<DropTranslation> for SQLUINTEGER
impl BitAnd<DropTranslation> for SQLUINTEGER
Source§impl BitAnd<u32> for DropTranslation
impl BitAnd<u32> for DropTranslation
Source§impl BitAnd for DropTranslation
impl BitAnd for DropTranslation
Source§impl Clone for DropTranslation
impl Clone for DropTranslation
Source§fn clone(&self) -> DropTranslation
fn clone(&self) -> DropTranslation
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 DropTranslation
impl Debug for DropTranslation
Source§impl Ident for DropTranslationwhere
SQLUINTEGER: Ident,
impl Ident for DropTranslationwhere
SQLUINTEGER: Ident,
Source§impl IntoSQLPOINTER for DropTranslation
impl IntoSQLPOINTER for DropTranslation
fn into_SQLPOINTER(self) -> SQLPOINTER
impl AttrGet<SQL_DROP_TRANSLATION> for DropTranslation
impl Copy for DropTranslation
impl InfoType<SQL_DROP_TRANSLATION, SQL_OV_ODBC3> for DropTranslation
impl Scalar for DropTranslationwhere
SQLUINTEGER: Scalar,
Auto Trait Implementations§
impl Freeze for DropTranslation
impl RefUnwindSafe for DropTranslation
impl Send for DropTranslation
impl Sync for DropTranslation
impl Unpin for DropTranslation
impl UnwindSafe for DropTranslation
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