pub struct RecordIndex(pub usize);Expand description
Index to a record in a dBase file
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for RecordIndex
impl Clone for RecordIndex
Source§fn clone(&self) -> RecordIndex
fn clone(&self) -> RecordIndex
Returns a copy 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 moreSource§impl Debug for RecordIndex
impl Debug for RecordIndex
Source§impl Ord for RecordIndex
impl Ord for RecordIndex
Source§fn cmp(&self, other: &RecordIndex) -> Ordering
fn cmp(&self, other: &RecordIndex) -> Ordering
1.21.0 · 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 for RecordIndex
impl PartialEq for RecordIndex
Source§impl PartialOrd for RecordIndex
impl PartialOrd for RecordIndex
impl Copy for RecordIndex
impl Eq for RecordIndex
impl StructuralPartialEq for RecordIndex
Auto Trait Implementations§
impl Freeze for RecordIndex
impl RefUnwindSafe for RecordIndex
impl Send for RecordIndex
impl Sync for RecordIndex
impl Unpin for RecordIndex
impl UnwindSafe for RecordIndex
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