pub struct AffectedRows(/* private fields */);Expand description
A count of affected rows.
Implementations§
Trait Implementations§
Source§impl Clone for AffectedRows
impl Clone for AffectedRows
Source§fn clone(&self) -> AffectedRows
fn clone(&self) -> AffectedRows
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AffectedRows
impl Debug for AffectedRows
Source§impl Default for AffectedRows
impl Default for AffectedRows
Source§fn default() -> AffectedRows
fn default() -> AffectedRows
Returns the “default value” for a type. Read more
Source§impl Hash for AffectedRows
impl Hash for AffectedRows
Source§impl Ord for AffectedRows
impl Ord for AffectedRows
Source§fn cmp(&self, other: &AffectedRows) -> Ordering
fn cmp(&self, other: &AffectedRows) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AffectedRows
impl PartialEq for AffectedRows
Source§fn eq(&self, other: &AffectedRows) -> bool
fn eq(&self, other: &AffectedRows) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AffectedRows
impl PartialOrd for AffectedRows
impl Copy for AffectedRows
impl Eq for AffectedRows
impl StructuralPartialEq for AffectedRows
Auto Trait Implementations§
impl Freeze for AffectedRows
impl RefUnwindSafe for AffectedRows
impl Send for AffectedRows
impl Sync for AffectedRows
impl Unpin for AffectedRows
impl UnsafeUnpin for AffectedRows
impl UnwindSafe for AffectedRows
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