Enum fluent_syntax::ast::PatternElement [−][src]
pub enum PatternElement {
TextElement(String),
Placeable(Expression),
}Variants
TextElement(String)Placeable(Expression)
Trait Implementations
impl Debug for PatternElement[src]
impl Debug for PatternElementfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for PatternElement[src]
impl PartialEq for PatternElementfn eq(&self, other: &PatternElement) -> bool[src]
fn eq(&self, other: &PatternElement) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &PatternElement) -> bool[src]
fn ne(&self, other: &PatternElement) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for PatternElement
impl Send for PatternElementimpl Sync for PatternElement
impl Sync for PatternElement