pub struct CastIssue {
pub pointer: String,
pub message: String,
}Expand description
One concrete validation issue.
Fields§
§pointer: StringJSON pointer to the offending field, e.g. /label.
message: StringShort human-readable description.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CastIssue
impl RefUnwindSafe for CastIssue
impl Send for CastIssue
impl Sync for CastIssue
impl Unpin for CastIssue
impl UnsafeUnpin for CastIssue
impl UnwindSafe for CastIssue
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