Struct spaceapi_server::api::Cache []

pub struct Cache {
    pub schedule: String,
}

Fields

schedule

Trait Implementations

impl ToJson for Cache

fn to_json(&self) -> Json

Derived Implementations

impl Clone for Cache

fn clone(&self) -> Cache

impl Debug for Cache

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