pub struct DiagDynamicFunctionCode(/* private fields */);Trait Implementations§
Source§impl AsMutSQLPOINTER for DiagDynamicFunctionCode
impl AsMutSQLPOINTER for DiagDynamicFunctionCode
fn as_mut_SQLPOINTER(&mut self) -> SQLPOINTER
Source§impl Attr<SQL_DIAG_DYNAMIC_FUNCTION_CODE> for DiagDynamicFunctionCode
impl Attr<SQL_DIAG_DYNAMIC_FUNCTION_CODE> for DiagDynamicFunctionCode
type DefinedBy = OdbcDefined
Source§impl AttrZeroAssert for DiagDynamicFunctionCode
impl AttrZeroAssert for DiagDynamicFunctionCode
fn assert_zeroed(&self)
Source§impl Clone for DiagDynamicFunctionCode
impl Clone for DiagDynamicFunctionCode
Source§fn clone(&self) -> DiagDynamicFunctionCode
fn clone(&self) -> DiagDynamicFunctionCode
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 DiagDynamicFunctionCode
impl Debug for DiagDynamicFunctionCode
Source§impl Ident for DiagDynamicFunctionCodewhere
SQLINTEGER: Ident,
impl Ident for DiagDynamicFunctionCodewhere
SQLINTEGER: Ident,
Source§impl IntoSQLPOINTER for DiagDynamicFunctionCode
impl IntoSQLPOINTER for DiagDynamicFunctionCode
fn into_SQLPOINTER(self) -> SQLPOINTER
Source§impl PartialEq<i32> for DiagDynamicFunctionCode
impl PartialEq<i32> for DiagDynamicFunctionCode
Source§impl PartialEq for DiagDynamicFunctionCode
impl PartialEq for DiagDynamicFunctionCode
impl AttrGet<SQL_DIAG_DYNAMIC_FUNCTION_CODE> for DiagDynamicFunctionCode
impl Copy for DiagDynamicFunctionCode
impl<V: OdbcVersion> DiagField<SQLHSTMT<'_, '_, '_, V>, SQL_DIAG_DYNAMIC_FUNCTION_CODE> for DiagDynamicFunctionCode
impl Eq for DiagDynamicFunctionCode
impl Scalar for DiagDynamicFunctionCodewhere
SQLINTEGER: Scalar,
impl StructuralPartialEq for DiagDynamicFunctionCode
Auto Trait Implementations§
impl Freeze for DiagDynamicFunctionCode
impl RefUnwindSafe for DiagDynamicFunctionCode
impl Send for DiagDynamicFunctionCode
impl Sync for DiagDynamicFunctionCode
impl Unpin for DiagDynamicFunctionCode
impl UnwindSafe for DiagDynamicFunctionCode
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