Struct rss::ChannelBuilder

source ·
pub struct ChannelBuilder { /* private fields */ }
Expand description

Builder for Channel.

Implementations

The name of the channel.

The URL for the website corresponding to the channel.

A description of the channel.

The language of the channel.

The copyright notice for the channel.

The email address for the managing editor.

The email address for the webmaster.

The publication date for the content of the channel as an RFC822 timestamp.

The date that the contents of the channel last changed as an RFC822 timestamp.

The categories the channel belongs to.

A string indicating the program used to generate the channel.

A URL that points to the documentation for the RSS format.

The cloud to register with to be notified of updates to the channel.

The PICS rating for the channel.

The number of minutes the channel can be cached before refreshing.

An image that can be displayed with the channel.

A text input box that can be displayed with the channel.

A hint to tell the aggregator which hours it can skip.

A hint to tell the aggregator which days it can skip.

The items in the channel.

The extensions for the channel.

The iTunes extension for the channel.

The Dublin Core extension for the channel.

The namespaces present in the RSS tag.

Builds a new Channel.

Errors

If a required field has not been initialized.

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.