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

pub struct IfClause {
    pub guard: Clauses<Sequence<GuardTest>>,
    pub _arrow: SymbolToken,
    pub body: Body,
}

Clauses<Sequence<GuardTest>> -> Body

Fields

Trait Implementations

impl Debug for IfClause
[src]

[src]

Formats the value using the given formatter.

impl Clone for IfClause
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Parse for IfClause
[src]

[src]

[src]

impl PositionRange for IfClause
[src]

[src]

Returns the (inclusive) start position of this.

[src]

Returns the (exclusive) end position of this.