Struct cognitive_qualia::configuration::ExhibitorConfig [] [src]

pub struct ExhibitorConfig {
    pub compositor: CompositorConfig,
    pub strategist: StrategistConfig,
}

Configuration of exhibitor.

Fields

Configuration of compositor.

Configuration of strategist.

Trait Implementations

impl Clone for ExhibitorConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ExhibitorConfig
[src]

Formats the value using the given formatter.