Struct jsonpath_plus::ast::Filter
source · [−]pub struct Filter { /* private fields */ }
Expand description
A filter selector inside of brackets, ?(...)
Implementations
sourceimpl Filter
impl Filter
sourcepub fn expression(&self) -> &FilterExpr
pub fn expression(&self) -> &FilterExpr
The inner expression of this filter
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Filter
impl Send for Filter
impl Sync for Filter
impl Unpin for Filter
impl UnwindSafe for Filter
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