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

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

Fields

Trait Implementations

impl Debug for PeopleNowPresentSensor
[src]

Formats the value using the given formatter.

impl Clone for PeopleNowPresentSensor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PeopleNowPresentSensor
[src]

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

This method tests for !=.