pub enum Response_oneof_response {
create_game(ResponseCreateGame),
join_game(ResponseJoinGame),
restart_game(ResponseRestartGame),
start_replay(ResponseStartReplay),
leave_game(ResponseLeaveGame),
quick_save(ResponseQuickSave),
quick_load(ResponseQuickLoad),
quit(ResponseQuit),
game_info(ResponseGameInfo),
observation(ResponseObservation),
action(ResponseAction),
obs_action(ResponseObserverAction),
step(ResponseStep),
data(ResponseData),
query(ResponseQuery),
save_replay(ResponseSaveReplay),
replay_info(ResponseReplayInfo),
available_maps(ResponseAvailableMaps),
save_map(ResponseSaveMap),
map_command(ResponseMapCommand),
ping(ResponsePing),
debug(ResponseDebug),
}
map_command(ResponseMapCommand)This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=.
Performs copy-assignment from source. Read more
Creates owned data from borrowed data, usually by cloning. Read more
🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
🔬 This is a nightly-only experimental API. (try_from)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from)
Immutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (get_type_id)
this method will likely be replaced by an associated static
🔬 This is a nightly-only experimental API. (try_from)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from)
Mutably borrows from an owned value. Read more