pub struct ParseReport<'buf> {
pub cdr: Versioned<'buf>,
pub unexpected_fields: UnexpectedFields<'buf>,
}Expand description
A report of calling parse_with_version.
Fields§
§cdr: Versioned<'buf>The root JSON Element.
unexpected_fields: UnexpectedFields<'buf>A list of fields that were not expected: The schema did not define them.
Trait Implementations§
Auto Trait Implementations§
impl<'buf> Freeze for ParseReport<'buf>
impl<'buf> RefUnwindSafe for ParseReport<'buf>
impl<'buf> !Send for ParseReport<'buf>
impl<'buf> !Sync for ParseReport<'buf>
impl<'buf> Unpin for ParseReport<'buf>
impl<'buf> UnwindSafe for ParseReport<'buf>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more