Enum fungi_lang::bitype::DeclRule [] [src]

pub enum DeclRule {
    UseAll(UseAllModuleDer),
    NmTm(StringNmTmDer),
    IdxTm(StringIdxTmDer),
    Type(StringType),
    Val(StringValDer),
    Fn(StringValDer),
}

Module declaration typing rule

Variants

Trait Implementations

impl DerRule for DeclRule
[src]

[src]

short term family description

[src]

short name for rule

impl Clone for DeclRule
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DeclRule
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for DeclRule
[src]

impl PartialEq for DeclRule
[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 DeclRule
[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

impl HasClas for DeclRule
[src]

[src]

Auto Trait Implementations

impl !Send for DeclRule

impl !Sync for DeclRule