Enum irox_csv::CSVErrorType 
source · pub enum CSVErrorType {
    IOError,
    MissingHeaderError,
    HeaderDataMismatchError,
    DuplicateKeyInHeaderError,
}Variants§
Trait Implementations§
source§impl Clone for CSVErrorType
 
impl Clone for CSVErrorType
source§fn clone(&self) -> CSVErrorType
 
fn clone(&self) -> CSVErrorType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for CSVErrorType
 
impl Debug for CSVErrorType
impl Copy for CSVErrorType
Auto Trait Implementations§
impl RefUnwindSafe for CSVErrorType
impl Send for CSVErrorType
impl Sync for CSVErrorType
impl Unpin for CSVErrorType
impl UnwindSafe for CSVErrorType
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