Enum fungi_lang::bitype::DeclClas [] [src]

pub enum DeclClas {
    Sort(Sort),
    Kind(Kind),
    Type(Type),
    CEffect(CEffect),
}

Classifier for declared object in a module

Variants

Classifier g for name terms N and index terms i

Classifier K for types A

Classifier A for values v

Classifier E for function bodies e (implied thunk type is Thk[0] E)

Trait Implementations

impl Clone for DeclClas
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DeclClas
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for DeclClas
[src]

impl PartialEq for DeclClas
[src]

[src]

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

[src]

This method tests for !=.

impl Hash for DeclClas
[src]

[src]

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

1.3.0
[src]

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

Auto Trait Implementations

impl !Send for DeclClas

impl !Sync for DeclClas