Struct csv_diff::csv_parse_result::CsvParseResultRight
source · pub struct CsvParseResultRight<R> { /* private fields */ }
Trait Implementations§
source§impl<R> CsvParseResult<CsvLeftRightParseResult<R>, R> for CsvParseResultRight<R>
impl<R> CsvParseResult<CsvLeftRightParseResult<R>, R> for CsvParseResultRight<R>
fn new(record_hash: R) -> Self
fn into_payload(self) -> CsvLeftRightParseResult<R>
Auto Trait Implementations§
impl<R> RefUnwindSafe for CsvParseResultRight<R>where
R: RefUnwindSafe,
impl<R> Send for CsvParseResultRight<R>where
R: Send,
impl<R> Sync for CsvParseResultRight<R>where
R: Sync,
impl<R> Unpin for CsvParseResultRight<R>where
R: Unpin,
impl<R> UnwindSafe for CsvParseResultRight<R>where
R: UnwindSafe,
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