pub struct GetGamesResponse {
pub games: Vec<GameInfoResponse>,
}Fields§
§games: Vec<GameInfoResponse>Trait Implementations§
Source§impl Clone for GetGamesResponse
impl Clone for GetGamesResponse
Source§fn clone(&self) -> GetGamesResponse
fn clone(&self) -> GetGamesResponse
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 GetGamesResponse
impl Debug for GetGamesResponse
Source§impl<'de> Deserialize<'de> for GetGamesResponse
impl<'de> Deserialize<'de> for GetGamesResponse
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
Auto Trait Implementations§
impl Freeze for GetGamesResponse
impl RefUnwindSafe for GetGamesResponse
impl Send for GetGamesResponse
impl Sync for GetGamesResponse
impl Unpin for GetGamesResponse
impl UnsafeUnpin for GetGamesResponse
impl UnwindSafe for GetGamesResponse
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