Enum symbolic_demangle::DemangleFormat [] [src]

pub enum DemangleFormat {
    Short,
    Full,
}

Defines the output format of the demangler.

Variants

Strips parameter names and sometimes packages or namespaces.

Outputs the full demangled name.

Trait Implementations

impl Eq for DemangleFormat
[src]

impl PartialEq for DemangleFormat
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Debug for DemangleFormat
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for DemangleFormat
[src]

impl Clone for DemangleFormat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations