Struct spaceapi_server::api::RadioShow []

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

Fields

name
url
_type
start
end

Trait Implementations

impl ToJson for RadioShow

fn to_json(&self) -> Json

Derived Implementations

impl Clone for RadioShow

fn clone(&self) -> RadioShow

impl Debug for RadioShow

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