Struct spaceapi_server::api::Sensors []

pub struct Sensors {
    pub people_now_present: Optional<Vec<PeopleNowPresentSensor>>,
    pub temperature: Optional<Vec<TemperatureSensor>>,
}

Fields

people_now_present
temperature

Trait Implementations

impl ToJson for Sensors

fn to_json(&self) -> Json

Derived Implementations

impl Clone for Sensors

fn clone(&self) -> Sensors

impl Debug for Sensors

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