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