Struct symbolic_common::Name [] [src]

pub struct Name<'a> { /* fields omitted */ }

Represents a potentially mangled symbol

Methods

impl<'a> Name<'a>
[src]

[src]

Constructs a new mangled symbol

[src]

Constructs a new mangled symbol with known language

[src]

The raw, mangled string of the symbol

[src]

The language of the mangled symbol

Trait Implementations

impl<'a> Debug for Name<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> Eq for Name<'a>
[src]

impl<'a> PartialEq for Name<'a>
[src]

[src]

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

[src]

This method tests for !=.

impl<'a> Hash for Name<'a>
[src]

[src]

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

1.3.0
[src]

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

impl<'a> AsRef<str> for Name<'a>
[src]

[src]

Performs the conversion.

impl<'a> Into<String> for Name<'a>
[src]

[src]

Performs the conversion.

impl<'a> Into<Cow<'a, str>> for Name<'a>
[src]

[src]

Performs the conversion.

impl<'a> Display for Name<'a>
[src]

[src]

Formats the value using the given formatter. Read more