pub enum RowType {
Address,
Start,
Stop,
Data,
}Expand description
CSV Row type
Variants§
Trait Implementations§
impl Copy for RowType
Auto Trait Implementations§
impl Freeze for RowType
impl RefUnwindSafe for RowType
impl Send for RowType
impl Sync for RowType
impl Unpin for RowType
impl UnwindSafe for RowType
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