Enum csv_diff::diff_row::DiffByteRecord [−][src]
pub enum DiffByteRecord {
Add(ByteRecordLineInfo),
Modify {
delete: ByteRecordLineInfo,
add: ByteRecordLineInfo,
field_indices: Vec<usize>,
},
Delete(ByteRecordLineInfo),
}
Variants
Add(ByteRecordLineInfo)
Tuple Fields
Modify
Delete(ByteRecordLineInfo)
Tuple Fields
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.