Enum sc2_proto::sc2api::Response_oneof_response [] [src]

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),
    step(ResponseStep),
    data(ResponseData),
    query(ResponseQuery),
    save_replay(ResponseSaveReplay),
    replay_info(ResponseReplayInfo),
    available_maps(ResponseAvailableMaps),
    save_map(ResponseSaveMap),
    ping(ResponsePing),
    debug(ResponseDebug),
}

Variants

Trait Implementations

impl Clone for Response_oneof_response
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Response_oneof_response
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.