Struct cognitive_qualia::configuration::StrategistConfig [] [src]

pub struct StrategistConfig {
    pub choose_target: String,
    pub choose_floating: String,
}

Configuration of strategist.

Fields

Strategy used to decide where and how new surface should be placed.

Strategy used to decide position and size of floating surface (new or deanchorized).

Trait Implementations

impl Clone for StrategistConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StrategistConfig
[src]

Formats the value using the given formatter.