Struct librsnek::compiler::symbol::Symbol [] [src]

pub struct Symbol(pub String);

Trait Implementations

impl Clone for Symbol
[src]

Returns a copy of the value.

Performs copy-assignment from source.

impl Hash for Symbol
[src]

Feeds this value into the given [Hasher].

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

impl PartialEq for Symbol
[src]

This method tests for self and other values to be equal, and is used

This method tests for !=.

impl Eq for Symbol
[src]

impl PartialOrd for Symbol
[src]

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

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

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

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

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

impl Ord for Symbol
[src]

This method returns an Ordering between self and other.

impl Debug for Symbol
[src]

Formats the value using the given formatter.

impl<'a> TryFrom<&'a Native> for Symbol
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.