Struct spaceapi::State [] [src]

pub struct State {
    pub open: Option<bool>,
    pub lastchange: Option<u64>,
    pub trigger_person: Option<String>,
    pub message: Option<String>,
    pub icon: Option<Icon>,
}

Fields

Trait Implementations

impl Default for State
[src]

Returns the "default value" for a type. Read more

impl Debug for State
[src]

Formats the value using the given formatter.

impl Clone for State
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for State
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.