pub struct ErroredField {
pub field: Field,
pub error: ValidationError,
}
Fields§
§field: Field
§error: ValidationError
Trait Implementations§
Source§impl Debug for ErroredField
impl Debug for ErroredField
Auto Trait Implementations§
impl Freeze for ErroredField
impl RefUnwindSafe for ErroredField
impl Send for ErroredField
impl Sync for ErroredField
impl Unpin for ErroredField
impl UnwindSafe for ErroredField
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