Struct obozrenie_core::Player [] [src]

pub struct Player {
    pub name: Option<String>,
    pub info: HashMap<String, String>,
}

Fields