Enum csv_diff::csv_parse_result::CsvLeftRightParseResult [−][src]
pub enum CsvLeftRightParseResult {
Left(RecordHash),
Right(RecordHash),
}
Variants
Left(RecordHash)
Tuple Fields
0: RecordHash
Right(RecordHash)
Tuple Fields
0: RecordHash
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CsvLeftRightParseResult
impl Send for CsvLeftRightParseResult
impl Sync for CsvLeftRightParseResult
impl Unpin for CsvLeftRightParseResult
impl UnwindSafe for CsvLeftRightParseResult
Blanket Implementations
Mutably borrows from an owned value. Read more