Struct prologin::state::State [] [src]

pub struct State {
    pub ever: EverInfo,
    pub current: CurrentInfo,
    pub agents_strat: AgentLocal<AgentState>,
}

Fields

Trait Implementations

impl Clone for State
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for State
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for State

impl Sync for State