Struct rss::Rss [] [src]

pub struct Rss(pub Channel);

Trait Implementations

impl Clone for Rss
[src]

fn clone(&self) -> Rss

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for Rss
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for Rss
[src]

fn default() -> Rss

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

impl FromStr for Rss
[src]

type Err = ReadError

The associated error which can be returned from parsing.

fn from_str(s: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more

impl ToString for Rss
[src]

fn to_string(&self) -> String

Converts the given value to a String. Read more