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