Struct spaceapi::Feed
[−]
[src]
pub struct Feed {
pub _type: Optional<String>,
pub url: String,
}Fields
_type: Optional<String>
url: String
Trait Implementations
impl Decodable for Feed[src]
impl PartialEq for Feed[src]
fn eq(&self, __arg_0: &Feed) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Feed) -> bool
This method tests for !=.
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