Struct spaceapi::Feed [] [src]

pub struct Feed {
    pub _type: Optional<String>,
    pub url: String,
}

Fields

_type: Optional<String> url: String

Trait Implementations

impl Clone for Feed
[src]

fn clone(&self) -> Feed

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

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

Formats the value using the given formatter.

impl ToJson for Feed
[src]

fn to_json(&self) -> Json

Converts the value of self to an instance of JSON