Enum ai_kit::planner::UnificationIndex
[−]
[src]
pub enum UnificationIndex {
Init,
Actor(usize),
Datum(usize),
Exhausted,
}Variants
InitActor(usize)Datum(usize)ExhaustedMethods
impl UnificationIndex[src]
fn datum_idx(&self) -> Option<usize>
fn actor_idx(&self) -> Option<usize>
fn is_exhausted(&self) -> bool
fn is_init(&self) -> bool
Trait Implementations
impl Clone for UnificationIndex[src]
fn clone(&self) -> UnificationIndex
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for UnificationIndex[src]
impl Debug for UnificationIndex[src]
impl Eq for UnificationIndex[src]
impl PartialEq for UnificationIndex[src]
fn eq(&self, __arg_0: &UnificationIndex) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &UnificationIndex) -> bool
This method tests for !=.