[−][src]Struct igdb_rs::model::games::Game
Fields
age_ratings: Vec<usize>aggregated_rating: f32aggregated_rating_count: usizealternative_names: Vec<usize>artworks: Vec<usize>bundles: Vec<usize>category: Categorycollection: u32cover: u32created_at: u64dlcs: u32external_games: Vec<u32>first_release_date: u64follows: u32franchise: u32franchises: Vec<u32>game_engines: Vec<u32>game_modes: Vec<u32>genres: Vec<u32>hypes: u32id: usizeinvolved_companies: Vec<u32>keywords: Vec<u32>multiplayer_modes: Vec<u32>name: Stringparent_game: u32platforms: Vec<u32>player_perspectives: Vec<u32>popularity: f32pulse_count: u32rating: f32rating_count: u32release_dates: Vec<u32>screenshots: Vec<u32>similar_games: Vec<u32>slug: Stringstandalone_expansions: u32status: Statusstoryline: Stringsummary: Stringthemes: Vec<u32>time_to_beat: usizetotal_rating: f32total_rating_count: u32updated_at: u64url: Stringversion_parent: u32version_title: Stringvideos: Vec<u32>websites: Vec<u32>Trait Implementations
impl Clone for Game[src]
fn clone(&self) -> Game[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for Game[src]
impl<'de> Deserialize<'de> for Game[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for Game
impl Unpin for Game
impl Sync for Game
impl UnwindSafe for Game
impl RefUnwindSafe for Game
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,