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 Identifier
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 Identifier
[src]
impl PartialEq for Identifier
fn eq(&self, other: &Identifier) -> bool
[src]
fn eq(&self, other: &Identifier) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for Identifier
[src]
impl Eq for Identifier
impl Hash for Identifier
[src]
impl Hash for Identifier
Auto Trait Implementations
impl Send for Identifier
impl Send for Identifier
impl Sync for Identifier
impl Sync for Identifier