Struct easter::stmt::Case [] [src]

pub struct Case {
    pub location: Option<Span>,
    pub test: Option<Expr>,
    pub body: Vec<StmtListItem>,
}

Fields

Trait Implementations

impl Debug for Case
[src]

Formats the value using the given formatter.

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

impl TrackingMut for Case
[src]

impl Untrack for Case
[src]