Struct atom_syndication::FeedBuilder [−][src]
pub struct FeedBuilder { /* fields omitted */ }Expand description
Builder for Feed.
Implementations
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 authors of the feed.
The categories that the feed belongs to.
The categories that the feed belongs to.
The contributors to the feed.
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.
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 entries contained in the feed.
The extensions for the feed.
The extensions for the feed.
The namespaces present in the feed tag.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FeedBuilderimpl Send for FeedBuilderimpl Sync for FeedBuilderimpl Unpin for FeedBuilderimpl UnwindSafe for FeedBuilderBlanket Implementations
Mutably borrows from an owned value. Read more