pub struct CsvRow { /* private fields */ }Trait Implementations§
Source§impl From<StringRecord> for CsvRow
impl From<StringRecord> for CsvRow
Source§fn from(x: StringRecord) -> Self
fn from(x: StringRecord) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CsvRow
impl RefUnwindSafe for CsvRow
impl Send for CsvRow
impl Sync for CsvRow
impl Unpin for CsvRow
impl UnsafeUnpin for CsvRow
impl UnwindSafe for CsvRow
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