pub struct TransformError {
pub record_n: usize,
pub field_name: String,
pub field_value: String,
pub reason: String,
}
Fields§
§record_n: usize
§field_name: String
§field_value: String
§reason: String
Trait Implementations§
Source§impl Clone for TransformError
impl Clone for TransformError
Source§fn clone(&self) -> TransformError
fn clone(&self) -> TransformError
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 TransformError
impl Debug for TransformError
Source§impl<'de> Deserialize<'de> for TransformError
impl<'de> Deserialize<'de> for TransformError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for TransformError
impl Display for TransformError
Source§impl Encodable for TransformError
impl Encodable for TransformError
Source§impl Error for TransformError
impl Error for TransformError
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
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
Source§impl Hash for TransformError
impl Hash for TransformError
Source§impl PartialEq for TransformError
impl PartialEq for TransformError
Source§impl Serialize for TransformError
impl Serialize for TransformError
impl Eq for TransformError
impl StructuralPartialEq for TransformError
Auto Trait Implementations§
impl Freeze for TransformError
impl RefUnwindSafe for TransformError
impl Send for TransformError
impl Sync for TransformError
impl Unpin for TransformError
impl UnwindSafe for TransformError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)