Struct cpp_demangle::ast::Identifier
[−]
[src]
pub struct Identifier { /* fields omitted */ }The <identifier> pseudo-terminal.
<identifier> ::= <unqualified source code identifier>
<identifier>is a pseudo-terminal representing the characters in the unqualified identifier for the entity in the source code. This ABI does not yet specify a mangling for identifiers containing characters outside of_A-Za-z0-9..
Trait Implementations
impl Clone for Identifier[src]
fn clone(&self) -> Identifier
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for Identifier[src]
impl PartialEq for Identifier[src]
fn eq(&self, __arg_0: &Identifier) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Identifier) -> bool
This method tests for !=.