pub struct GameOpenJson {
pub mode: String,
pub settings: GameOpenSettings,
}Fields§
§mode: String§settings: GameOpenSettingsTrait Implementations§
Source§impl Debug for GameOpenJson
impl Debug for GameOpenJson
Source§impl<'de> Deserialize<'de> for GameOpenJson
impl<'de> Deserialize<'de> for GameOpenJson
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 GameOpenJson
impl RefUnwindSafe for GameOpenJson
impl Send for GameOpenJson
impl Sync for GameOpenJson
impl Unpin for GameOpenJson
impl UnwindSafe for GameOpenJson
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