Enum easter::stmt::ForHead [] [src]

pub enum ForHead {
    Var(Option<Span>, Vec<Dtor>),
    Let(Option<Span>, Vec<Dtor>),
    Expr(Option<Span>, Expr),
}

Variants

Trait Implementations

impl Debug for ForHead
[src]

Formats the value using the given formatter.

impl PartialEq for ForHead
[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 ForHead
[src]

impl TrackingMut for ForHead
[src]

impl Untrack for ForHead
[src]