Struct gluon_base::symbol::Name [] [src]

pub struct Name(_);

Methods

impl Name
[src]

Trait Implementations

impl Debug for Name
[src]

Formats the value using the given formatter.

impl Eq for Name
[src]

impl PartialEq for Name
[src]

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

This method tests for !=.

impl Hash for Name
[src]

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

Feeds a slice of this type into the state provided.

impl Display for Name
[src]

Formats the value using the given formatter.

impl AsRef<Name> for Name
[src]

Performs the conversion.