Struct fluent_syntax::ast::Number [−][src]
pub struct Number {
pub value: String,
}Fields
value: String
Trait Implementations
impl Debug for Number[src]
impl Debug for Numberfn 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 Number[src]
impl PartialEq for Number