[][src]Struct rvk::objects::geo::Place

pub struct Place {
    pub id: Option<Integer>,
    pub title: Option<String>,
    pub latitude: Number,
    pub longitude: Number,
    pub created: Option<Integer>,
    pub icon: String,
    pub country: String,
    pub city: String,
    pub type_: Option<String>,
    pub group_id: Option<Integer>,
    pub group_photo: Option<String>,
    pub checkins: Option<Integer>,
    pub updated: Option<Integer>,
    pub address: Option<Integer>,
}

Fields

id: Option<Integer>title: Option<String>latitude: Numberlongitude: Numbercreated: Option<Integer>icon: Stringcountry: Stringcity: Stringtype_: Option<String>group_id: Option<Integer>group_photo: Option<String>checkins: Option<Integer>updated: Option<Integer>address: Option<Integer>

Trait Implementations

impl Clone for Place[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for Place[src]

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

Auto Trait Implementations

impl Send for Place

impl Unpin for Place

impl Sync for Place

impl UnwindSafe for Place

impl RefUnwindSafe for Place

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

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

impl<T> Erased for T

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

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