pub struct WildcardEq {
pub id: Path,
pub ref_value: Ref,
}Expand description
Wildcard equality
Fields§
§id: Path§ref_value: RefTrait Implementations§
Source§impl Clone for WildcardEq
impl Clone for WildcardEq
Source§fn clone(&self) -> WildcardEq
fn clone(&self) -> WildcardEq
Returns a duplicate 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 WildcardEq
impl Debug for WildcardEq
Source§impl Display for WildcardEq
impl Display for WildcardEq
Source§impl Eval for WildcardEq
impl Eval for WildcardEq
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 PartialEq for WildcardEq
impl PartialEq for WildcardEq
Source§impl PartialOrd for WildcardEq
impl PartialOrd for WildcardEq
Source§impl Visitable for WildcardEq
impl Visitable for WildcardEq
fn accept_visitor(&self, visitor: &mut impl Visitor)
impl Eq for WildcardEq
impl StructuralPartialEq for WildcardEq
Auto Trait Implementations§
impl Freeze for WildcardEq
impl RefUnwindSafe for WildcardEq
impl Send for WildcardEq
impl Sync for WildcardEq
impl Unpin for WildcardEq
impl UnsafeUnpin for WildcardEq
impl UnwindSafe for WildcardEq
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