Struct spaceapi::Feeds [] [src]

pub struct Feeds {
    pub blog: Optional<Feed>,
    pub wiki: Optional<Feed>,
    pub calendar: Optional<Feed>,
    pub flickr: Optional<Feed>,
}

Fields

blog: Optional<Feed> wiki: Optional<Feed> calendar: Optional<Feed> flickr: Optional<Feed>

Trait Implementations

impl Decodable for Feeds
[src]

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Feeds, __D::Error>

impl Clone for Feeds
[src]

fn clone(&self) -> Feeds

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 Feeds
[src]

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

Formats the value using the given formatter.

impl ToJson for Feeds
[src]

fn to_json(&self) -> Json

Converts the value of self to an instance of JSON