Struct prologin::state::EverInfo [] [src]

pub struct EverInfo {
    pub plateau: Plateau<Case>,
}

Fields

Methods

impl EverInfo
[src]

Trait Implementations

impl Clone for EverInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EverInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for EverInfo

impl Sync for EverInfo