Struct csv::LocatableError [−][src]
An error tagged with a location at which it occurred.
Fields
record: u64
The record number (starting at 1).
field: u64
The field number (starting at 1).
err: T
The error.
Trait Implementations
impl<T: Clone> Clone for LocatableError<T>
[src]
impl<T: Clone> Clone for LocatableError<T>
fn clone(&self) -> LocatableError<T>
[src]
fn clone(&self) -> LocatableError<T>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl<T: Copy> Copy for LocatableError<T>
[src]
impl<T: Copy> Copy for LocatableError<T>
impl<T: Debug> Debug for LocatableError<T>
[src]
impl<T: Debug> Debug for LocatableError<T>
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<T: Display> Display for LocatableError<T>
[src]
impl<T: Display> Display for LocatableError<T>
Auto Trait Implementations
impl<T> Send for LocatableError<T> where
T: Send,
impl<T> Send for LocatableError<T> where
T: Send,
impl<T> Sync for LocatableError<T> where
T: Sync,
impl<T> Sync for LocatableError<T> where
T: Sync,