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]
impl PartialEq for RadioShow[src]
fn eq(&self, __arg_0: &RadioShow) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &RadioShow) -> bool
This method tests for !=.
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