Struct atom_syndication::Source [] [src]

pub struct Source {
    pub id: Option<String>,
    pub title: Option<String>,
    pub updated: Option<String>,
    pub icon: Option<String>,
    pub logo: Option<String>,
    pub rights: Option<String>,
    pub subtitle: Option<String>,
    pub generator: Option<Generator>,
    pub links: Vec<Link>,
    pub categories: Vec<Category>,
    pub authors: Vec<Person>,
    pub contributors: Vec<Person>,
}

Fields

Trait Implementations

impl Clone for Source
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Source
[src]

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

impl Debug for Source
[src]

Formats the value using the given formatter.

impl PartialEq for Source
[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 Source
[src]