Struct spaceapi::sensors::PeopleNowPresentSensorTemplate [] [src]

pub struct PeopleNowPresentSensorTemplate {
    pub location: Optional<String>,
    pub name: Optional<String>,
    pub names: Optional<Vec<String>>,
    pub description: Optional<String>,
}

Fields

location: Optional<String> name: Optional<String> names: Optional<Vec<String>> description: Optional<String>

Trait Implementations

impl Clone for PeopleNowPresentSensorTemplate
[src]

fn clone(&self) -> PeopleNowPresentSensorTemplate

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

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

Formats the value using the given formatter.

impl SensorTemplate for PeopleNowPresentSensorTemplate
[src]

fn to_sensor(&self, value_str: &str, sensors: &mut Sensors)