Enum kailua_check::env::NameSlot [] [src]

pub enum NameSlot {
    None,
    Unset(Slot),
    Set(Slot),
}

A slot type with the initialization status.

Variants

The slot has not been initialized nor its type specified.

The slot has been its type specified, but hasn't been initialized.

The slot has been initialized and has a known type.

Methods

impl NameSlot
[src]

Trait Implementations

impl Clone for NameSlot
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NameSlot
[src]

Formats the value using the given formatter.