Struct fluent_syntax::ast::VariantName [−][src]
pub struct VariantName {
pub name: String,
}Fields
name: String
Trait Implementations
impl Debug for VariantName[src]
impl Debug for VariantNamefn 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 VariantName[src]
impl PartialEq for VariantNamefn eq(&self, other: &VariantName) -> bool[src]
fn eq(&self, other: &VariantName) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &VariantName) -> bool[src]
fn ne(&self, other: &VariantName) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for VariantName
impl Send for VariantNameimpl Sync for VariantName
impl Sync for VariantName