pub struct RowCount(/* private fields */);Expand description
A row count.
Implementations§
Trait Implementations§
Source§impl Ord for RowCount
impl Ord for RowCount
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 PartialOrd for RowCount
impl PartialOrd for RowCount
impl Copy for RowCount
impl Eq for RowCount
impl StructuralPartialEq for RowCount
Auto Trait Implementations§
impl Freeze for RowCount
impl RefUnwindSafe for RowCount
impl Send for RowCount
impl Sync for RowCount
impl Unpin for RowCount
impl UnsafeUnpin for RowCount
impl UnwindSafe for RowCount
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