Struct cpp_demangle::ast::UnscopedTemplateName
source · pub struct UnscopedTemplateName(_);
Expand description
The <unscoped-template-name>
production.
<unscoped-template-name> ::= <unscoped-name>
::= <substitution>
Trait Implementations§
source§impl Clone for UnscopedTemplateName
impl Clone for UnscopedTemplateName
source§fn clone(&self) -> UnscopedTemplateName
fn clone(&self) -> UnscopedTemplateName
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