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
impl Eq for JSONPath
impl StructuralPartialEq for JSONPath
Auto Trait Implementations§
impl Freeze for JSONPath
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