Struct wikipedia::iter::Image [] [src]

pub struct Image {
    pub url: String,
    pub title: String,
    pub description_url: String,
}

Fields

url
title
description_url

Trait Implementations

impl IterItem for Image

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

Derived Implementations

impl PartialEq for Image

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

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

impl Debug for Image

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