Struct atom_syndication::Generator [] [src]

pub struct Generator {
    pub name: String,
    pub uri: Option<String>,
    pub version: Option<String>,
}

[The Atom Syndication Format § The "atom:generator" Element] (https://tools.ietf.org/html/rfc4287#section-4.2.4)

Fields

Trait Implementations

impl Clone for Generator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Generator
[src]

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

impl Debug for Generator
[src]

Formats the value using the given formatter.

impl PartialEq for Generator
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Generator
[src]