Struct feed_rs::model::Generator [−][src]
Expand description
Information on the tools used to generate the feed
Atom: Identifies the software used to generate the feed, for debugging and other purposes.
Fields
content: String
Atom: Additional data RSS 2: A string indicating the program used to generate the channel.
uri: Option<String>
Atom: Link to the tool
version: Option<String>
Atom: Tool version
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Generator
impl UnwindSafe for Generator
Blanket Implementations
Mutably borrows from an owned value. Read more