pub struct FieldValidationError { /* private fields */ }Expand description
Stable field-level validation error summary.
Implementations§
Trait Implementations§
Source§impl Clone for FieldValidationError
impl Clone for FieldValidationError
Source§fn clone(&self) -> FieldValidationError
fn clone(&self) -> FieldValidationError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FieldValidationError
impl Debug for FieldValidationError
impl Eq for FieldValidationError
Source§impl PartialEq for FieldValidationError
impl PartialEq for FieldValidationError
Source§fn eq(&self, other: &FieldValidationError) -> bool
fn eq(&self, other: &FieldValidationError) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FieldValidationError
impl Serialize for FieldValidationError
impl StructuralPartialEq for FieldValidationError
Auto Trait Implementations§
impl Freeze for FieldValidationError
impl RefUnwindSafe for FieldValidationError
impl Send for FieldValidationError
impl Sync for FieldValidationError
impl Unpin for FieldValidationError
impl UnsafeUnpin for FieldValidationError
impl UnwindSafe for FieldValidationError
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