Struct spaceapi::Cache [] [src]

pub struct Cache {
    pub schedule: String,
}

Fields

schedule: String

Trait Implementations

impl Decodable for Cache
[src]

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Cache, __D::Error>

impl Clone for Cache
[src]

fn clone(&self) -> Cache

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

impl Debug for Cache
[src]

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

Formats the value using the given formatter.

impl ToJson for Cache
[src]

fn to_json(&self) -> Json

Converts the value of self to an instance of JSON