pub struct JsonMatcherError {
pub path: JsonPath,
pub message: String,
}Fields§
§path: JsonPath§message: StringImplementations§
Trait Implementations§
Source§impl Clone for JsonMatcherError
impl Clone for JsonMatcherError
Source§fn clone(&self) -> JsonMatcherError
fn clone(&self) -> JsonMatcherError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JsonMatcherError
impl Debug for JsonMatcherError
Source§impl Display for JsonMatcherError
impl Display for JsonMatcherError
Source§impl PartialEq for JsonMatcherError
impl PartialEq for JsonMatcherError
impl Eq for JsonMatcherError
impl StructuralPartialEq for JsonMatcherError
Auto Trait Implementations§
impl Freeze for JsonMatcherError
impl RefUnwindSafe for JsonMatcherError
impl Send for JsonMatcherError
impl Sync for JsonMatcherError
impl Unpin for JsonMatcherError
impl UnwindSafe for JsonMatcherError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.