pub struct Union(/* private fields */);Trait Implementations§
Source§impl AsMutSQLPOINTER for Union
impl AsMutSQLPOINTER for Union
fn as_mut_SQLPOINTER(&mut self) -> SQLPOINTER
Source§impl AttrZeroAssert for Union
impl AttrZeroAssert for Union
fn assert_zeroed(&self)
Source§impl BitAnd<Union> for SQLUINTEGER
impl BitAnd<Union> for SQLUINTEGER
Source§impl IntoSQLPOINTER for Union
impl IntoSQLPOINTER for Union
fn into_SQLPOINTER(self) -> SQLPOINTER
impl AttrGet<SQL_UNION> for Union
impl Copy for Union
impl InfoType<SQL_UNION, SQL_OV_ODBC3> for Union
impl Scalar for Unionwhere
SQLUINTEGER: Scalar,
Auto Trait Implementations§
impl Freeze for Union
impl RefUnwindSafe for Union
impl Send for Union
impl Sync for Union
impl Unpin for Union
impl UnwindSafe for Union
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