Enum csv_diff::diff_row::DiffByteRecord
source · pub enum DiffByteRecord {
Add(ByteRecordLineInfo),
Modify {
delete: ByteRecordLineInfo,
add: ByteRecordLineInfo,
field_indices: Vec<usize>,
},
Delete(ByteRecordLineInfo),
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for DiffByteRecord
impl Clone for DiffByteRecord
source§fn clone(&self) -> DiffByteRecord
fn clone(&self) -> DiffByteRecord
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 more