Enum jsonpath_plus::error::ResolveError
source · [−]Expand description
Error returned by a failure to resolve a path of indices
Variants
MismatchedTy
Expected next item in the path to be a specific type, but it wasn’t
MissingIdx(Idx)
Expected an index to exist, but it didn’t
Trait Implementations
sourceimpl Debug for ResolveError
impl Debug for ResolveError
Auto Trait Implementations
impl RefUnwindSafe for ResolveError
impl Send for ResolveError
impl Sync for ResolveError
impl Unpin for ResolveError
impl UnwindSafe for ResolveError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more