Struct ai_kit::planner::PlanningConfig [] [src]

pub struct PlanningConfig {
    pub max_depth: usize,
    pub max_increments: usize,
    pub reuse_data: bool,
}

Fields

Methods

impl PlanningConfig
[src]

Verify that nothing in plan contradicts specifications set in the PlanningConfig

Trait Implementations

impl Clone for PlanningConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PlanningConfig
[src]

impl Debug for PlanningConfig
[src]

Formats the value using the given formatter.

impl Eq for PlanningConfig
[src]

impl PartialEq for PlanningConfig
[src]

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

This method tests for !=.

impl Default for PlanningConfig
[src]

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