Enum erl_parse::cst::exprs::parts::Qualifier [] [src]

pub enum Qualifier {
    Generator(Generator),
    Filter(Expr),
}

Generator | Filter

Variants

Trait Implementations

impl Debug for Qualifier
[src]

[src]

Formats the value using the given formatter.

impl Clone for Qualifier
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Parse for Qualifier
[src]

[src]

[src]

impl PositionRange for Qualifier
[src]

[src]

Returns the (inclusive) start position of this.

[src]

Returns the (exclusive) end position of this.