Struct spaceapi_server::api::PeopleNowPresentSensor []

pub struct PeopleNowPresentSensor {
    pub location: Optional<String>,
    pub name: Optional<String>,
    pub names: Optional<Vec<String>>,
    pub description: Optional<String>,
    pub value: u64,
}

Fields

location
name
names
description
value

Trait Implementations

impl ToJson for PeopleNowPresentSensor

fn to_json(&self) -> Json

Derived Implementations

impl Clone for PeopleNowPresentSensor

fn clone(&self) -> PeopleNowPresentSensor

impl Debug for PeopleNowPresentSensor

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