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