Struct rss::ItemBuilder [] [src]

pub struct ItemBuilder { /* fields omitted */ }

Builder for Item.

Methods

impl ItemBuilder
[src]

[src]

The title of the item.

The URL of the item.

[src]

The item synopsis.

[src]

The email address of author of the item.

[src]

The categories the item belongs to.

[src]

The URL for the comments page of the item.

[src]

The description of a media object that is attached to the item.

[src]

A unique identifier for the item.

[src]

The date the item was published as an RFC822 timestamp.

[src]

The RSS channel the item came from.

[src]

The HTML contents of the item.

[src]

The extensions for the item.

[src]

The iTunes extension for the item.

[src]

The Dublin Core extension for the item.

[src]

Builds a new Item.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for ItemBuilder
[src]

[src]

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

impl Clone for ItemBuilder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more