pub struct ParamArraySelects(/* private fields */);Trait Implementations§
Source§impl AsMutSQLPOINTER for ParamArraySelects
impl AsMutSQLPOINTER for ParamArraySelects
fn as_mut_SQLPOINTER(&mut self) -> SQLPOINTER
Source§impl Attr<SQL_PARAM_ARRAY_SELECTS> for ParamArraySelects
impl Attr<SQL_PARAM_ARRAY_SELECTS> for ParamArraySelects
type DefinedBy = OdbcDefined
Source§impl AttrZeroAssert for ParamArraySelects
impl AttrZeroAssert for ParamArraySelects
fn assert_zeroed(&self)
Source§impl Clone for ParamArraySelects
impl Clone for ParamArraySelects
Source§fn clone(&self) -> ParamArraySelects
fn clone(&self) -> ParamArraySelects
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 ParamArraySelects
impl Debug for ParamArraySelects
Source§impl Ident for ParamArraySelectswhere
SQLUINTEGER: Ident,
impl Ident for ParamArraySelectswhere
SQLUINTEGER: Ident,
Source§impl IntoSQLPOINTER for ParamArraySelects
impl IntoSQLPOINTER for ParamArraySelects
fn into_SQLPOINTER(self) -> SQLPOINTER
Source§impl PartialEq<ParamArraySelects> for SQLUINTEGER
impl PartialEq<ParamArraySelects> for SQLUINTEGER
Source§impl PartialEq<u32> for ParamArraySelects
impl PartialEq<u32> for ParamArraySelects
Source§impl PartialEq for ParamArraySelects
impl PartialEq for ParamArraySelects
impl AttrGet<SQL_PARAM_ARRAY_SELECTS> for ParamArraySelects
impl Copy for ParamArraySelects
impl Eq for ParamArraySelects
impl InfoType<SQL_PARAM_ARRAY_SELECTS, SQL_OV_ODBC3> for ParamArraySelects
impl Scalar for ParamArraySelectswhere
SQLUINTEGER: Scalar,
impl StructuralPartialEq for ParamArraySelects
Auto Trait Implementations§
impl Freeze for ParamArraySelects
impl RefUnwindSafe for ParamArraySelects
impl Send for ParamArraySelects
impl Sync for ParamArraySelects
impl Unpin for ParamArraySelects
impl UnwindSafe for ParamArraySelects
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