pub struct GetGameInfo {
pub game_info_id: GameInfo,
}Fields§
§game_info_id: GameInfoTrait Implementations§
Source§impl Debug for GetGameInfo
impl Debug for GetGameInfo
Source§impl<'de> Deserialize<'de> for GetGameInfo
impl<'de> Deserialize<'de> for GetGameInfo
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 GetGameInfo
impl RefUnwindSafe for GetGameInfo
impl Send for GetGameInfo
impl Sync for GetGameInfo
impl Unpin for GetGameInfo
impl UnsafeUnpin for GetGameInfo
impl UnwindSafe for GetGameInfo
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