Enum easter::patt::CompoundPatt [] [src]

pub enum CompoundPatt<T> {
    Arr(Option<Span>, Vec<Option<Patt<T>>>),
    Obj(Option<Span>, Vec<PropPatt<T>>),
}

Variants

Trait Implementations

impl<T: Debug> Debug for CompoundPatt<T>
[src]

Formats the value using the given formatter.

impl<T: PartialEq> PartialEq for CompoundPatt<T>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<T> TrackingRef for CompoundPatt<T>
[src]

impl<T> TrackingMut for CompoundPatt<T>
[src]

impl<T: Untrack> Untrack for CompoundPatt<T>
[src]