Struct gluon_base::symbol::Symbols[][src]

pub struct Symbols { /* fields omitted */ }
Expand description

Symbols is a bidirectional mapping between Symbols and their name as represented in a source file. Used to make identifiers within a single module point to the same symbol

Implementations

Looks up the symbol for name or creates a new symbol if it does not exist

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.