Enum ai_kit::planner::UnificationIndex [] [src]

pub enum UnificationIndex {
    Init,
    Actor(usize),
    Datum(usize),
    Exhausted,
}

Variants

Methods

impl UnificationIndex
[src]

Trait Implementations

impl Clone for UnificationIndex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for UnificationIndex
[src]

impl Debug for UnificationIndex
[src]

Formats the value using the given formatter.

impl Eq for UnificationIndex
[src]

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

Formats the value using the given formatter. Read more

impl Default for UnificationIndex
[src]

Returns the "default value" for a type. Read more