Struct wikipedia::iter::Category [] [src]

pub struct Category {
    pub title: String,
}

Fields

title

Trait Implementations

impl IterItem for Category

fn request_next<A: HttpClient>(page: &Page<A>, cont: &Option<Vec<(String, String)>>) -> Result<(Vec<Value>, Option<Vec<(String, String)>>)>

fn from_value(value: &Value) -> Option<Category>

Derived Implementations

impl PartialEq for Category

fn eq(&self, __arg_0: &Category) -> bool

fn ne(&self, __arg_0: &Category) -> bool

impl Debug for Category

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