pub struct CsvSerializeError { /* private fields */ }Expand description
Error type for CSV serialization.
Trait Implementations§
Source§impl Debug for CsvSerializeError
impl Debug for CsvSerializeError
Source§impl Display for CsvSerializeError
impl Display for CsvSerializeError
Source§impl Error for CsvSerializeError
impl Error for CsvSerializeError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for CsvSerializeError
impl RefUnwindSafe for CsvSerializeError
impl Send for CsvSerializeError
impl Sync for CsvSerializeError
impl Unpin for CsvSerializeError
impl UnwindSafe for CsvSerializeError
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