pub struct GetAllGameInfo;Trait Implementations§
Source§impl Debug for GetAllGameInfo
impl Debug for GetAllGameInfo
Source§impl<'de> Deserialize<'de> for GetAllGameInfo
impl<'de> Deserialize<'de> for GetAllGameInfo
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
Source§impl From<GetAllGameInfo> for RequestBody
impl From<GetAllGameInfo> for RequestBody
Source§fn from(val: GetAllGameInfo) -> Self
fn from(val: GetAllGameInfo) -> Self
Converts to this type from the input type.
Source§impl RequestResponse for GetAllGameInfo
impl RequestResponse for GetAllGameInfo
type Response = GetAllGameInfoResponse
fn extract_response(body: ResponseBody) -> Result<Self::Response, SdkError>
Auto Trait Implementations§
impl Freeze for GetAllGameInfo
impl RefUnwindSafe for GetAllGameInfo
impl Send for GetAllGameInfo
impl Sync for GetAllGameInfo
impl Unpin for GetAllGameInfo
impl UnwindSafe for GetAllGameInfo
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