pub struct SQL_UNION;Trait Implementations§
impl AttrGet<SQL_UNION> for Union
impl InfoType<SQL_UNION, SQL_OV_ODBC3> for Union
Auto Trait Implementations§
impl Freeze for SQL_UNION
impl RefUnwindSafe for SQL_UNION
impl Send for SQL_UNION
impl Sync for SQL_UNION
impl Unpin for SQL_UNION
impl UnwindSafe for SQL_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