Struct atom_syndication::FeedBuilder [] [src]

pub struct FeedBuilder { /* fields omitted */ }

Builder for Feed.

Methods

impl FeedBuilder
[src]

A human-readable title for the feed.

A universally unique and permanent URI.

The last time the feed was modified in a significant way.

The authors of the feed.

The categories that the feed belongs to.

The contributors to the feed.

The software used to generate the feed.

A small image which provides visual identification for the feed.

The Web pages related to the feed.

A larger image which provides visual identification for the feed.

Information about rights held in and over the feed.

A human-readable description or subtitle for the feed.

The entries contained in the feed.

The extensions for the feed.

The namespaces present in the feed tag.

Builds a new Feed.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for FeedBuilder
[src]

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

impl Clone for FeedBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more