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