[][src]Enum genie_hki::HotkeyGroupId

pub enum HotkeyGroupId {
    UnitCommands,
    GameCommands,
    Scroll,
    Villager,
    TownCenter,
    Dock,
    Barracks,
    ArcheryRange,
    Stable,
    SiegeWorkshop,
    Monastery,
    Market,
    MilitaryUnits,
    Castle,
    Mill,
}

Available hotkey groups.

Variants

UnitCommands

Hotkey commands when a unit is selected.

GameCommands

Commands to control the game (speed, pause, UI toggles, etc).

Scroll

Map scrolling commands.

Villager

Villager build commands.

TownCenter

Commands when a Town Center is selected.

Dock

Commands when a Dock is selected.

Barracks

Commands when a Barracks is selected.

ArcheryRange

Commands when an Archery Range is selected.

Stable

Commands when a Stable is selected.

SiegeWorkshop

Commands when a Siege Workshop is selected.

Monastery

Commands when a Monastery is selected.

Market

Commands when a Market is selected.

MilitaryUnits

Commands when a military unit is selected.

Castle

Commands when a Castle is selected.

Mill

Commands when a Mill is selected.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.