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