pub struct RowId(pub usize);
Expand description
The Row Identifier is used to reference each data set and is used by many methods where the actual data is not used directly.
Tuple Fields§
§0: usize
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RowId
impl<'de> Deserialize<'de> for RowId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for RowId
impl Ord for RowId
Source§impl PartialOrd for RowId
impl PartialOrd for RowId
impl Copy for RowId
impl Eq for RowId
impl StructuralPartialEq for RowId
Auto Trait Implementations§
impl Freeze for RowId
impl RefUnwindSafe for RowId
impl Send for RowId
impl Sync for RowId
impl Unpin for RowId
impl UnwindSafe for RowId
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