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