Enum ai_kit::planner::InvalidPlan
[−]
[src]
pub enum InvalidPlan {
BindingsConflict,
ReusedData {
idx: usize,
},
}Variants
BindingsConflictReusedDataFields of ReusedData
idx: usize |
Trait Implementations
impl Clone for InvalidPlan[src]
fn clone(&self) -> InvalidPlan
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 InvalidPlan[src]
impl Debug for InvalidPlan[src]
impl Eq for InvalidPlan[src]
impl PartialEq for InvalidPlan[src]
fn eq(&self, __arg_0: &InvalidPlan) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &InvalidPlan) -> bool
This method tests for !=.