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