Struct quackngo::Icon [] [src]

pub struct Icon {
    pub url: String,
    pub height: u64,
    pub width: u64,
}

child struct of InstantAnswer

Fields

url: String height: u64 width: u64

Trait Implementations

impl Debug for Icon
[src]

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

Formats the value using the given formatter.