pub struct CreateView(/* private fields */);Trait Implementations§
Source§impl AsMutSQLPOINTER for CreateView
impl AsMutSQLPOINTER for CreateView
fn as_mut_SQLPOINTER(&mut self) -> SQLPOINTER
Source§impl Attr<SQL_CREATE_VIEW> for CreateView
impl Attr<SQL_CREATE_VIEW> for CreateView
type DefinedBy = OdbcDefined
Source§impl AttrZeroAssert for CreateView
impl AttrZeroAssert for CreateView
fn assert_zeroed(&self)
Source§impl BitAnd<CreateView> for SQLUINTEGER
impl BitAnd<CreateView> for SQLUINTEGER
Source§impl BitAnd<u32> for CreateView
impl BitAnd<u32> for CreateView
Source§impl BitAnd for CreateView
impl BitAnd for CreateView
Source§impl Clone for CreateView
impl Clone for CreateView
Source§fn clone(&self) -> CreateView
fn clone(&self) -> CreateView
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CreateView
impl Debug for CreateView
Source§impl Ident for CreateViewwhere
SQLUINTEGER: Ident,
impl Ident for CreateViewwhere
SQLUINTEGER: Ident,
Source§impl IntoSQLPOINTER for CreateView
impl IntoSQLPOINTER for CreateView
fn into_SQLPOINTER(self) -> SQLPOINTER
impl AttrGet<SQL_CREATE_VIEW> for CreateView
impl Copy for CreateView
impl InfoType<SQL_CREATE_VIEW, SQL_OV_ODBC3> for CreateView
impl Scalar for CreateViewwhere
SQLUINTEGER: Scalar,
Auto Trait Implementations§
impl Freeze for CreateView
impl RefUnwindSafe for CreateView
impl Send for CreateView
impl Sync for CreateView
impl Unpin for CreateView
impl UnwindSafe for CreateView
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