pub struct Has {
pub path: Path,
}Expand description
Has term
Fields§
§path: PathTrait Implementations§
Source§impl Eval for Has
impl Eval for Has
Source§fn eval<R: PathResolver>(&self, context: &EvalContext<'_, '_, R>) -> bool
fn eval<R: PathResolver>(&self, context: &EvalContext<'_, '_, R>) -> bool
Generic eval function that can use the
PathResolver trait
for resolving paths specified in the Filter Read moreSource§impl PartialOrd for Has
impl PartialOrd for Has
impl Eq for Has
impl StructuralPartialEq for Has
Auto Trait Implementations§
impl Freeze for Has
impl RefUnwindSafe for Has
impl Send for Has
impl Sync for Has
impl Unpin for Has
impl UnwindSafe for Has
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