Enum fluent::syntax::ast::PatternElement [] [src]

pub enum PatternElement {
    TextElement(String),
    Placeable(Placeable),
}

Variants

Trait Implementations

impl Debug for PatternElement
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for PatternElement
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl ResolveValue for PatternElement
[src]

[src]