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

pub struct Symbol {
    pub name: String,
}

Fields

Trait Implementations

impl Debug for Symbol
[src]

[src]

Formats the value using the given formatter.

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

[src]