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