[][src]Struct netatmo_rs::client::get_station_data::Place

pub struct Place {
    pub altitude: u64,
    pub city: String,
    pub country: String,
    pub location: Vec<f64>,
    pub timezone: String,
}

Fields

altitude: u64city: Stringcountry: Stringlocation: Vec<f64>timezone: String

Trait Implementations

impl Debug for Place[src]

impl<'de> Deserialize<'de> for Place[src]

impl Serialize for Place[src]

Auto Trait Implementations

impl RefUnwindSafe for Place

impl Send for Place

impl Sync for Place

impl Unpin for Place

impl UnwindSafe for Place

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err