Struct wikipedia::iter::Link [] [src]

pub struct Link {
    pub title: String,
}

Fields

title

Trait Implementations

impl IterItem for Link

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<Link>

Derived Implementations

impl PartialEq for Link

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

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

impl Debug for Link

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