Struct cpp_demangle::ast::TemplateParam [] [src]

pub struct TemplateParam(_);

The <template-param> production.

<template-param> ::= T_ # first template parameter
                 ::= T <parameter-2 non-negative number> _

Trait Implementations

impl Clone for TemplateParam
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TemplateParam
[src]

Formats the value using the given formatter.

impl PartialEq for TemplateParam
[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 TemplateParam
[src]

impl<'a> Hash for &'a TemplateParam
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more