Struct cpp_demangle::ast::Discriminator [] [src]

pub struct Discriminator(_);

The <discriminator> production.

<discriminator> := _ <non-negative number>      # when number < 10
                := __ <non-negative number> _   # when number >= 10

Trait Implementations

impl Clone for Discriminator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Discriminator
[src]

Formats the value using the given formatter.

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