Enum sc2_proto::debug::DebugCommand_oneof_command [] [src]

pub enum DebugCommand_oneof_command {
    draw(DebugDraw),
    game_state(DebugGameState),
    create_unit(DebugCreateUnit),
    kill_unit(DebugKillUnit),
    test_process(DebugTestProcess),
    score(DebugSetScore),
    end_game(DebugEndGame),
    unit_value(DebugSetUnitValue),
    chat(DebugChat),
}

Variants

Trait Implementations

impl Clone for DebugCommand_oneof_command
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for DebugCommand_oneof_command
[src]

[src]

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

[src]

This method tests for !=.