pub struct ValidationErrorsAtPath {
pub path: String,
pub errors: Vec<String>,
}Fields§
§path: String§errors: Vec<String>Implementations§
Trait Implementations§
Source§impl CandidType for ValidationErrorsAtPath
impl CandidType for ValidationErrorsAtPath
Source§impl Clone for ValidationErrorsAtPath
impl Clone for ValidationErrorsAtPath
Source§fn clone(&self) -> ValidationErrorsAtPath
fn clone(&self) -> ValidationErrorsAtPath
Returns a duplicate 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 ValidationErrorsAtPath
impl Debug for ValidationErrorsAtPath
Source§impl Default for ValidationErrorsAtPath
impl Default for ValidationErrorsAtPath
Source§fn default() -> ValidationErrorsAtPath
fn default() -> ValidationErrorsAtPath
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ValidationErrorsAtPath
impl<'de> Deserialize<'de> for ValidationErrorsAtPath
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 PartialEq for ValidationErrorsAtPath
impl PartialEq for ValidationErrorsAtPath
Source§impl Serialize for ValidationErrorsAtPath
impl Serialize for ValidationErrorsAtPath
impl StructuralPartialEq for ValidationErrorsAtPath
Auto Trait Implementations§
impl Freeze for ValidationErrorsAtPath
impl RefUnwindSafe for ValidationErrorsAtPath
impl Send for ValidationErrorsAtPath
impl Sync for ValidationErrorsAtPath
impl Unpin for ValidationErrorsAtPath
impl UnwindSafe for ValidationErrorsAtPath
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