Enum cpp_demangle::ast::WellKnownComponent [] [src]

pub enum WellKnownComponent {
    Std,
    StdAllocator,
    StdString1,
    StdString2,
    StdIstream,
    StdOstream,
    StdIostream,
}

The <substitution> variants that are encoded directly in the grammar, rather than as back references to other components in the substitution table.

Variants

std

std::allocator

std::basic_string

std::string

std::basic_istream >

std::ostream

std::basic_iostream >

Trait Implementations

impl Clone for WellKnownComponent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WellKnownComponent
[src]

Formats the value using the given formatter.

impl Hash for WellKnownComponent
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

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