[][src]Struct rvk::objects::app::App

pub struct App {
    pub id: Integer,
    pub title: String,
    pub icon_278: String,
    pub icon_139: String,
    pub icon_150: String,
    pub icon_75: String,
    pub banner_560: String,
    pub banner_1120: String,
    pub type_: String,
    pub section: String,
    pub author_url: String,
    pub author_id: Integer,
    pub author_group: Integer,
    pub members_count: Integer,
    pub published_date: Integer,
    pub catalog_position: Integer,
    pub international: Option<Integer>,
    pub leaderboard_type: Integer,
    pub genre_id: Integer,
    pub genre: String,
    pub platform_id: String,
    pub is_in_catalog: Integer,
    pub friends: Option<Vec<Integer>>,
    pub installed: Option<Integer>,
    pub screen_orientation: Integer,
    pub description: Option<String>,
    pub screen_name: Option<String>,
    pub icon_16: Option<String>,
    pub screenshots: Option<Vec<Photo>>,
    pub push_enabled: Option<Integer>,
}

Fields

id: Integertitle: Stringicon_278: Stringicon_139: Stringicon_150: Stringicon_75: Stringtype_: Stringsection: Stringauthor_url: Stringauthor_id: Integerauthor_group: Integermembers_count: Integerpublished_date: Integercatalog_position: Integerinternational: Option<Integer>leaderboard_type: Integergenre_id: Integergenre: Stringplatform_id: Stringis_in_catalog: Integerfriends: Option<Vec<Integer>>installed: Option<Integer>screen_orientation: Integerdescription: Option<String>screen_name: Option<String>icon_16: Option<String>screenshots: Option<Vec<Photo>>push_enabled: Option<Integer>

Trait Implementations

impl Clone for App[src]

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

Performs copy-assignment from source. Read more

impl Debug for App[src]

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

Auto Trait Implementations

impl Send for App

impl Unpin for App

impl Sync for App

impl UnwindSafe for App

impl RefUnwindSafe for App

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