Struct kailua_types::ty::Slot [] [src]

pub struct Slot(_);

A container for slot types.

Methods

impl Slot
[src]

Trait Implementations

impl Clone for Slot
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Dummy for Slot
[src]

Generates a dummy value.

impl Union for Slot
[src]

A type of the resulting type.

Calculates a union type of self and other, explicitly or implicitly. Read more

impl Lattice for Slot
[src]

Asserts that self is a consistent subtype of other under the type context.

Asserts that self is a consistent type equal to other under the type context.

impl PartialEq for Slot
[src]

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

This method tests for !=.

impl Display for Slot
[src]

impl Debug for Slot
[src]

Formats the value using the given formatter.