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