pub struct TableRowIndex(/* private fields */);Expand description
Concrete zero-based table row index.
Implementations§
Trait Implementations§
Source§impl Clone for TableRowIndex
impl Clone for TableRowIndex
Source§fn clone(&self) -> TableRowIndex
fn clone(&self) -> TableRowIndex
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 TableRowIndex
impl Debug for TableRowIndex
Source§impl Default for TableRowIndex
impl Default for TableRowIndex
Source§fn default() -> TableRowIndex
fn default() -> TableRowIndex
Returns the “default value” for a type. Read more
Source§impl From<TableRowIndex> for usize
impl From<TableRowIndex> for usize
Source§fn from(index: TableRowIndex) -> Self
fn from(index: TableRowIndex) -> Self
Converts to this type from the input type.
Source§impl From<usize> for TableRowIndex
impl From<usize> for TableRowIndex
Source§impl Hash for TableRowIndex
impl Hash for TableRowIndex
Source§impl Ord for TableRowIndex
impl Ord for TableRowIndex
Source§fn cmp(&self, other: &TableRowIndex) -> Ordering
fn cmp(&self, other: &TableRowIndex) -> 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<TableRowIndex> for usize
impl PartialEq<TableRowIndex> for usize
Source§fn eq(&self, other: &TableRowIndex) -> bool
fn eq(&self, other: &TableRowIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialEq<usize> for TableRowIndex
impl PartialEq<usize> for TableRowIndex
Source§impl PartialEq for TableRowIndex
impl PartialEq for TableRowIndex
Source§fn eq(&self, other: &TableRowIndex) -> bool
fn eq(&self, other: &TableRowIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TableRowIndex
impl PartialOrd for TableRowIndex
impl Copy for TableRowIndex
impl Eq for TableRowIndex
impl StructuralPartialEq for TableRowIndex
Auto Trait Implementations§
impl Freeze for TableRowIndex
impl RefUnwindSafe for TableRowIndex
impl Send for TableRowIndex
impl Sync for TableRowIndex
impl Unpin for TableRowIndex
impl UnsafeUnpin for TableRowIndex
impl UnwindSafe for TableRowIndex
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