Struct spaceapi::sensors::TemperatureSensor [] [src]

pub struct TemperatureSensor {
    pub unit: String,
    pub location: String,
    pub name: Option<String>,
    pub description: Option<String>,
    pub value: f64,
}

Fields

Trait Implementations

impl Debug for TemperatureSensor
[src]

Formats the value using the given formatter.

impl Clone for TemperatureSensor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TemperatureSensor
[src]

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

This method tests for !=.