pub struct RecentlyPlayedGamesResponse {
pub recently_played_games: RecentlyPlayedGamesData,
}Fields§
§recently_played_games: RecentlyPlayedGamesDataTrait Implementations§
Source§impl Clone for RecentlyPlayedGamesResponse
impl Clone for RecentlyPlayedGamesResponse
Source§fn clone(&self) -> RecentlyPlayedGamesResponse
fn clone(&self) -> RecentlyPlayedGamesResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RecentlyPlayedGamesResponse
impl Debug for RecentlyPlayedGamesResponse
Source§impl Default for RecentlyPlayedGamesResponse
impl Default for RecentlyPlayedGamesResponse
Source§fn default() -> RecentlyPlayedGamesResponse
fn default() -> RecentlyPlayedGamesResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RecentlyPlayedGamesResponse
impl<'de> Deserialize<'de> for RecentlyPlayedGamesResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for RecentlyPlayedGamesResponse
Auto Trait Implementations§
impl Freeze for RecentlyPlayedGamesResponse
impl RefUnwindSafe for RecentlyPlayedGamesResponse
impl Send for RecentlyPlayedGamesResponse
impl Sync for RecentlyPlayedGamesResponse
impl Unpin for RecentlyPlayedGamesResponse
impl UnwindSafe for RecentlyPlayedGamesResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more