pub struct JsonPointerSyntaxError;Expand description
An error that occurs during parsing.
Trait Implementations§
Source§impl Debug for JsonPointerSyntaxError
impl Debug for JsonPointerSyntaxError
Source§impl Display for JsonPointerSyntaxError
impl Display for JsonPointerSyntaxError
Source§impl Error for JsonPointerSyntaxError
impl Error for JsonPointerSyntaxError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl From<JsonPointerSyntaxError> for JsonPointerError
impl From<JsonPointerSyntaxError> for JsonPointerError
Source§fn from(source: JsonPointerSyntaxError) -> Self
fn from(source: JsonPointerSyntaxError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for JsonPointerSyntaxError
impl RefUnwindSafe for JsonPointerSyntaxError
impl Send for JsonPointerSyntaxError
impl Sync for JsonPointerSyntaxError
impl Unpin for JsonPointerSyntaxError
impl UnsafeUnpin for JsonPointerSyntaxError
impl UnwindSafe for JsonPointerSyntaxError
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