Struct rawr::responses::ThingList [] [src]

pub struct ThingList {
    pub things: Vec<BasicThing<Value>>,
}

Fields

things

Trait Implementations

Derived Implementations

impl Debug for ThingList
[src]

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

Formats the value using the given formatter.