pub struct JsonPathParseError(/* private fields */);Available on crate feature
json only.Trait Implementations§
Source§impl Debug for JsonPathParseError
impl Debug for JsonPathParseError
Source§impl Display for JsonPathParseError
impl Display for JsonPathParseError
Source§impl Error for JsonPathParseError
impl Error for JsonPathParseError
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<JsonPathParseError> for FilterAddressesWrapperError<Error>
impl From<JsonPathParseError> for FilterAddressesWrapperError<Error>
Source§fn from(value: JsonPathParseError) -> Self
fn from(value: JsonPathParseError) -> Self
Converts to this type from the input type.
Source§impl From<JsonPathParseError> for FilterAddressesWrapperError<FilterAddressesWrapperError<Error>>
impl From<JsonPathParseError> for FilterAddressesWrapperError<FilterAddressesWrapperError<Error>>
Source§fn from(value: JsonPathParseError) -> Self
fn from(value: JsonPathParseError) -> Self
Converts to this type from the input type.
Source§impl From<String> for JsonPathParseError
impl From<String> for JsonPathParseError
Source§fn from(original: String) -> JsonPathParseError
fn from(original: String) -> JsonPathParseError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for JsonPathParseError
impl RefUnwindSafe for JsonPathParseError
impl Send for JsonPathParseError
impl Sync for JsonPathParseError
impl Unpin for JsonPathParseError
impl UnwindSafe for JsonPathParseError
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