Struct atom_syndication::SourceBuilder [−][src]
pub struct SourceBuilder { /* fields omitted */ }Expand description
Builder for Source.
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.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SourceBuilderimpl Send for SourceBuilderimpl Sync for SourceBuilderimpl Unpin for SourceBuilderimpl UnwindSafe for SourceBuilderBlanket Implementations
Mutably borrows from an owned value. Read more