Struct spaceapi_server::api::Feed []

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

Fields

_type
url

Trait Implementations

impl ToJson for Feed

fn to_json(&self) -> Json

Derived Implementations

impl Clone for Feed

fn clone(&self) -> Feed

impl Debug for Feed

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