Struct prologin::state::State
[−]
[src]
pub struct State {
pub ever: EverInfo,
pub current: CurrentInfo,
pub agents_strat: AgentLocal<AgentState>,
}Fields
ever: EverInfo
current: CurrentInfo
agents_strat: AgentLocal<AgentState>
Trait Implementations
impl Clone for State[src]
impl Clone for Statefn clone(&self) -> State[src]
fn clone(&self) -> StateReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for State[src]
impl Debug for State