Struct fluent::syntax::ast::Placeable [] [src]

pub struct Placeable {
    pub expression: Expression,
}

Fields

Trait Implementations

impl Debug for Placeable
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Placeable
[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 Placeable
[src]

[src]