Struct rss::ImageBuilder [] [src]

pub struct ImageBuilder { /* fields omitted */ }

Builder for Image.

Methods

impl ImageBuilder
[src]

The URL of the image.

A description of the image. This is used in the HTML alt attribute.

The URL that the image links to.

The width of the image.

The height of the image.

The text for the HTML title attribute of the link formed around the image.

Builds a new Image.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for ImageBuilder
[src]

Returns the "default value" for a type. Read more

impl Clone for ImageBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more