Struct cpp_demangle::ast::TemplateArgs [−][src]
pub struct TemplateArgs(_);
Expand description
The <template-args>
production.
<template-args> ::= I <template-arg>+ E
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TemplateArgs
impl Send for TemplateArgs
impl Sync for TemplateArgs
impl Unpin for TemplateArgs
impl UnwindSafe for TemplateArgs
Blanket Implementations
Mutably borrows from an owned value. Read more