pub struct PredicateContext { /* private fields */ }
Expand description
The context to run the evaluation, you can have an empty context with
PredicateContext::default()
.
Implementations§
Trait Implementations§
Source§impl Clone for PredicateContext
impl Clone for PredicateContext
Source§fn clone(&self) -> PredicateContext
fn clone(&self) -> PredicateContext
Returns a copy 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 PredicateContext
impl Debug for PredicateContext
Source§impl Default for PredicateContext
impl Default for PredicateContext
Source§fn default() -> PredicateContext
fn default() -> PredicateContext
Returns the “default value” for a type. Read more
Source§impl From<JSONPath> for PredicateContext
impl From<JSONPath> for PredicateContext
Auto Trait Implementations§
impl Freeze for PredicateContext
impl RefUnwindSafe for PredicateContext
impl Send for PredicateContext
impl Sync for PredicateContext
impl Unpin for PredicateContext
impl UnwindSafe for PredicateContext
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