pub struct JsonPointerKeyErrorContext {
pub ty: JsonPointeeType,
pub suggestion: Option<String>,
}Fields§
§ty: JsonPointeeType§suggestion: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for JsonPointerKeyErrorContext
impl RefUnwindSafe for JsonPointerKeyErrorContext
impl Send for JsonPointerKeyErrorContext
impl Sync for JsonPointerKeyErrorContext
impl Unpin for JsonPointerKeyErrorContext
impl UnsafeUnpin for JsonPointerKeyErrorContext
impl UnwindSafe for JsonPointerKeyErrorContext
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