Enum fungi_lang::decide::equiv::TypeRule[][src]

pub enum TypeRule {
    Refl(Type),
    SubsetNorm(TypeType),
    Fail,
}

Value type equivalence rules

Variants

Trait Implementations

impl Clone for TypeRule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TypeRule
[src]

Formats the value using the given formatter. Read more

impl Eq for TypeRule
[src]

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

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

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

impl HasClas for TypeRule
[src]

Auto Trait Implementations

impl !Send for TypeRule

impl !Sync for TypeRule