pub struct SqlTypeV4(/* private fields */);Trait Implementations§
Source§impl AsMutSQLPOINTER for SqlTypeV4
impl AsMutSQLPOINTER for SqlTypeV4
fn as_mut_SQLPOINTER(&mut self) -> SQLPOINTER
Source§impl AttrZeroAssert for SqlTypeV4
impl AttrZeroAssert for SqlTypeV4
fn assert_zeroed(&self)
Source§impl IntoSQLPOINTER for SqlTypeV4
impl IntoSQLPOINTER for SqlTypeV4
fn into_SQLPOINTER(self) -> SQLPOINTER
Source§impl PartialEq<SqlTypeV4> for SQLSMALLINT
impl PartialEq<SqlTypeV4> for SQLSMALLINT
Source§impl SqlType<SQL_OV_ODBC4> for SqlTypeV4
impl SqlType<SQL_OV_ODBC4> for SqlTypeV4
fn identifier(self) -> SQLSMALLINT
impl Copy for SqlTypeV4
impl Eq for SqlTypeV4
impl Scalar for SqlTypeV4where
SQLSMALLINT: Scalar,
impl StructuralPartialEq for SqlTypeV4
Auto Trait Implementations§
impl Freeze for SqlTypeV4
impl RefUnwindSafe for SqlTypeV4
impl Send for SqlTypeV4
impl Sync for SqlTypeV4
impl Unpin for SqlTypeV4
impl UnwindSafe for SqlTypeV4
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