Struct rawr::responses::FlairSelectorResponse [] [src]

pub struct FlairSelectorResponse {
    pub current: CurrentFlairResponse,
    pub choices: Vec<FlairChoice>,
}

Fields

current
choices

Trait Implementations

Derived Implementations

impl Debug for FlairSelectorResponse
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.