Enum easter::stmt::ForOfHead [] [src]

pub enum ForOfHead {
    Var(Option<Span>, Patt<Id>),
    Let(Option<Span>, Patt<Id>),
    Expr(Expr),
}

Variants

Trait Implementations

impl Debug for ForOfHead
[src]

Formats the value using the given formatter.

impl PartialEq for ForOfHead
[src]

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

This method tests for !=.

impl TrackingRef for ForOfHead
[src]

impl TrackingMut for ForOfHead
[src]

impl Untrack for ForOfHead
[src]