Struct spaceapi::RadioShow [] [src]

pub struct RadioShow {
    pub name: String,
    pub url: String,
    pub _type: String,
    pub start: String,
    pub end: String,
}

Fields

name: String url: String _type: String start: String end: String

Trait Implementations

impl Decodable for RadioShow
[src]

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

impl Clone for RadioShow
[src]

fn clone(&self) -> RadioShow

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

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

Formats the value using the given formatter.

impl ToJson for RadioShow
[src]

fn to_json(&self) -> Json

Converts the value of self to an instance of JSON