Enum fluent_syntax::ast::VarKey [−][src]
pub enum VarKey { VariantName(VariantName), Number(Number), }
Variants
VariantName(VariantName)
Number(Number)
Trait Implementations
impl Debug for VarKey
[src]
impl Debug for VarKey
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 VarKey
[src]
impl PartialEq for VarKey