Struct spaceapi_server::api::Icon []

pub struct Icon {
    pub open: String,
    pub close: String,
}

Fields

open
close

Trait Implementations

impl ToJson for Icon

fn to_json(&self) -> Json

Derived Implementations

impl Clone for Icon

fn clone(&self) -> Icon

impl Debug for Icon

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