Struct csv_diff::csv_parse_result::RecordHashWithPosition
source · pub struct RecordHashWithPosition { /* private fields */ }
Trait Implementations§
source§impl Clone for RecordHashWithPosition
impl Clone for RecordHashWithPosition
source§fn clone(&self) -> RecordHashWithPosition
fn clone(&self) -> RecordHashWithPosition
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 RecordHashWithPosition
impl Debug for RecordHashWithPosition
source§impl PartialEq for RecordHashWithPosition
impl PartialEq for RecordHashWithPosition
source§fn eq(&self, other: &RecordHashWithPosition) -> bool
fn eq(&self, other: &RecordHashWithPosition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RecordHashWithPosition
impl StructuralPartialEq for RecordHashWithPosition
Auto Trait Implementations§
impl RefUnwindSafe for RecordHashWithPosition
impl Send for RecordHashWithPosition
impl Sync for RecordHashWithPosition
impl Unpin for RecordHashWithPosition
impl UnwindSafe for RecordHashWithPosition
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