Struct ddg::response::Icon [] [src]

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

An icon associated with a URL. Icon's can be bigger than the dimensions specified in the struct.

Fields

The suggested height of the icon.

The url to the icon.

The suggested width of the icon.

Trait Implementations

impl Clone for Icon
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Icon
[src]

Formats the value using the given formatter.