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