Struct rss::Source [] [src]

pub struct Source {
    pub url: String,
    pub title: Option<String>,
}

A representation of the <source> element.

Fields

The URL of the source.

The title of the source.

Trait Implementations

impl Debug for Source
[src]

Formats the value using the given formatter.

impl Default for Source
[src]

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

impl Clone for Source
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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 !=.