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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Identifier
[src]

Formats the value using the given formatter.

impl Hash for Identifier
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl PartialEq for Identifier
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Identifier
[src]