Struct cpp_demangle::ast::NestedName
[−]
[src]
pub struct NestedName(_, _, _);
The <nested-name> production.
<nested-name> ::= N [<CV-qualifiers>] [<ref-qualifier>] <prefix> <unqualified-name> E
::= N [<CV-qualifiers>] [<ref-qualifier>] <template-prefix> <template-args> E
Trait Implementations
impl Clone for NestedName[src]
fn clone(&self) -> NestedName
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 NestedName[src]
impl PartialEq for NestedName[src]
fn eq(&self, __arg_0: &NestedName) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &NestedName) -> bool
This method tests for !=.