Row

Type Alias Row 

Source
pub type Row = StringRecord;
Expand description

Type alias of csv::StringRecord. Represents a row of data.

Aliased Type§

pub struct Row(/* private fields */);

Trait Implementations§

Source§

impl From<Headers> for Row

Source§

fn from(headers: Headers) -> Row

Converts to this type from the input type.
Source§

impl PartialEq<Headers> for Row

Source§

fn eq(&self, other: &Headers) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.