[][src]Struct egg::pattern::PatternMatches

pub struct PatternMatches<L: Language> {
    pub eclass: Id,
    pub mappings: Vec<WildMap<L>>,
}

Fields

eclass: Idmappings: Vec<WildMap<L>>

Methods

impl<L: Language> PatternMatches<L>[src]

pub fn apply<M: Metadata<L>>(
    &self,
    pattern: &Pattern<L>,
    egraph: &mut EGraph<L, M>
) -> Vec<Id>
[src]

Trait Implementations

impl<L: Debug + Language> Debug for PatternMatches<L>[src]

Auto Trait Implementations

impl<L> Send for PatternMatches<L> where
    <L as Language>::Wildcard: Send

impl<L> Sync for PatternMatches<L> where
    <L as Language>::Wildcard: Sync

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]