Struct sc2::action::ActionClient[][src]

pub struct ActionClient { /* fields omitted */ }

Action interface for a game instance.

Methods

impl ActionClient
[src]

Send a command to the game instance.

Trait Implementations

impl Debug for ActionClient
[src]

Formats the value using the given formatter. Read more

impl Clone for ActionClient
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for ActionClient

impl !Sync for ActionClient