Struct wikipedia::iter::Reference [] [src]

pub struct Reference {
    pub url: String,
}

Fields

url

Trait Implementations

impl IterItem for Reference

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

Derived Implementations

impl PartialEq for Reference

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

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

impl Debug for Reference

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