Struct spaceapi::sensors::PeopleNowPresentSensor [] [src]

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: Optional<String> name: Optional<String> names: Optional<Vec<String>> description: Optional<String> value: u64

Trait Implementations

impl Clone for PeopleNowPresentSensor
[src]

fn clone(&self) -> PeopleNowPresentSensor

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 PeopleNowPresentSensor
[src]

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

Formats the value using the given formatter.

impl ToJson for PeopleNowPresentSensor
[src]

fn to_json(&self) -> Json

Converts the value of self to an instance of JSON