Struct prologin::state::Case [] [src]

pub struct Case {
    pub agent: Option<Agent>,
    pub alien: Option<AlienInfo>,
    pub mur: bool,
}

Fields

Trait Implementations

impl Clone for Case
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Case
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Case

impl Sync for Case