Enum sc2_proto::ui::ObservationUI_oneof_panel [] [src]

pub enum ObservationUI_oneof_panel {
    single(SinglePanel),
    multi(MultiPanel),
    cargo(CargoPanel),
    production(ProductionPanel),
}

Variants

Trait Implementations

impl Clone for ObservationUI_oneof_panel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ObservationUI_oneof_panel
[src]

[src]

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

[src]

This method tests for !=.