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