Struct cpp_demangle::ast::TaggedName
source · pub struct TaggedName(_);
Expand description
The <tagged-name>
non-terminal.
<tagged-name> ::= <name> B <source-name>
Trait Implementations§
source§impl Clone for TaggedName
impl Clone for TaggedName
source§fn clone(&self) -> TaggedName
fn clone(&self) -> TaggedName
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more