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