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