Enum fungi_lang::bitype::Qual[][src]

pub enum Qual {
    NmTm,
    IdxTm,
    Type,
    Val,
}

Qualifiers for module item names

Two named objects in a module can reuse the same name if they have different qualifiers (e.g., name term vs index term vs type vs value).

Variants

Trait Implementations

impl Clone for Qual
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Qual
[src]

Formats the value using the given formatter. Read more

impl Eq for Qual
[src]

impl PartialEq for Qual
[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 Qual
[src]

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

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

Auto Trait Implementations

impl Send for Qual

impl Sync for Qual