Struct fluent_syntax::ast::Function [−][src]
pub struct Function { pub name: String, }
Fields
name: String
Trait Implementations
impl Debug for Function
[src]
impl Debug for Function
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for Function
[src]
impl PartialEq for Function