Struct erl_parse::cst::clauses::CaseClause [] [src]

pub struct CaseClause {
    pub pattern: Pattern,
    pub guard: Option<WhenGuard>,
    pub _arrow: SymbolToken,
    pub body: Body,
}

Pattern Option<WhenGuard> -> Body

Fields

Trait Implementations

impl Debug for CaseClause
[src]

[src]

Formats the value using the given formatter.

impl Clone for CaseClause
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Parse for CaseClause
[src]

[src]

[src]

impl PositionRange for CaseClause
[src]

[src]

Returns the (inclusive) start position of this.

[src]

Returns the (exclusive) end position of this.