Enum fungi_lang::bitype::ItemRule[][src]

pub enum ItemRule {
    UseAll(UseAllModuleDer),
    Bind(ItemDer),
    NoParse(String),
}

Module item typing rule; each Decl is typed by an ItemRule

Variants

Trait Implementations

impl Clone for ItemRule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ItemRule
[src]

Formats the value using the given formatter. Read more

impl Eq for ItemRule
[src]

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

impl !Sync for ItemRule