Struct json_predicate::json_path::JSONPath
source · pub struct JSONPath(/* private fields */);
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for JSONPath
impl<'de> Deserialize<'de> for JSONPath
source§fn deserialize<D>(deserializer: D) -> Result<JSONPath, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<JSONPath, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<JSONPath> for PredicateContext
impl From<JSONPath> for PredicateContext
source§impl PartialEq for JSONPath
impl PartialEq for JSONPath
impl Eq for JSONPath
impl StructuralPartialEq for JSONPath
Auto Trait Implementations§
impl RefUnwindSafe for JSONPath
impl Send for JSONPath
impl Sync for JSONPath
impl Unpin for JSONPath
impl UnwindSafe for JSONPath
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