Struct erl_parse::cst::exprs::parts::TryOf [] [src]

pub struct TryOf {
    pub _of: KeywordToken,
    pub clauses: Clauses<CaseClause>,
}

of Clauses<CaseClause>

Fields

Trait Implementations

impl Debug for TryOf
[src]

[src]

Formats the value using the given formatter.

impl Clone for TryOf
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Parse for TryOf
[src]

[src]

[src]

impl PositionRange for TryOf
[src]

[src]

Returns the (inclusive) start position of this.

[src]

Returns the (exclusive) end position of this.