Struct easter::stmt::Catch [] [src]

pub struct Catch {
    pub location: Option<Span>,
    pub param: Patt<Id>,
    pub body: Vec<StmtListItem>,
}

Fields

Trait Implementations

impl Debug for Catch
[src]

Formats the value using the given formatter.

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

impl TrackingMut for Catch
[src]

impl Untrack for Catch
[src]