Struct AffectedRows
pub struct AffectedRows(/* private fields */);Expand description
A count of affected rows.
Implementations§
§impl AffectedRows
impl AffectedRows
pub const fn new(value: u64) -> AffectedRows
pub const fn new(value: u64) -> AffectedRows
Creates an affected-row count.
Trait Implementations§
§impl Clone for AffectedRows
impl Clone for AffectedRows
§fn clone(&self) -> AffectedRows
fn clone(&self) -> AffectedRows
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 more§impl Debug for AffectedRows
impl Debug for AffectedRows
§impl Default for AffectedRows
impl Default for AffectedRows
§fn default() -> AffectedRows
fn default() -> AffectedRows
Returns the “default value” for a type. Read more
§impl Hash for AffectedRows
impl Hash for AffectedRows
§impl Ord for AffectedRows
impl Ord for AffectedRows
§impl PartialEq for AffectedRows
impl PartialEq for AffectedRows
§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