Struct gluon_base::symbol::SymbolRef [] [src]

pub struct SymbolRef(_);

Methods

impl SymbolRef
[src]

Checks whether the names of two symbols are equal

Returns the name of this symbol as it was originally declared (strips location information)

Trait Implementations

impl Eq for SymbolRef
[src]

impl Debug for SymbolRef
[src]

Formats the value using the given formatter.

impl Display for SymbolRef
[src]

Formats the value using the given formatter.

impl PartialEq for SymbolRef
[src]

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

This method tests for !=.

impl PartialOrd for SymbolRef
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for SymbolRef
[src]

This method returns an Ordering between self and other. Read more

impl Hash for SymbolRef
[src]

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

Feeds a slice of this type into the state provided.

impl AsRef<str> for SymbolRef
[src]

Performs the conversion.