Struct spaceapi::sensors::Sensors
[−]
[src]
pub struct Sensors {
pub people_now_present: Optional<Vec<PeopleNowPresentSensor>>,
pub temperature: Optional<Vec<TemperatureSensor>>,
}Fields
people_now_present: Optional<Vec<PeopleNowPresentSensor>>
temperature: Optional<Vec<TemperatureSensor>>
Trait Implementations
impl Decodable for Sensors[src]
impl PartialEq for Sensors[src]
fn eq(&self, __arg_0: &Sensors) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Sensors) -> bool
This method tests for !=.
impl Clone for Sensors[src]
fn clone(&self) -> Sensors
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