Struct sc2::action::ActionClient [−][src]
pub struct ActionClient { /* fields omitted */ }
Action interface for a game instance.
Methods
impl ActionClient
[src]
impl ActionClient
pub fn send_action(
&self,
action: Action
) -> impl Future<Item = (), Error = Error>
[src]
pub fn send_action(
&self,
action: Action
) -> impl Future<Item = (), Error = Error>
Send a command to the game instance.
Trait Implementations
impl Debug for ActionClient
[src]
impl Debug for ActionClient
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for ActionClient
[src]
impl Clone for ActionClient
fn clone(&self) -> ActionClient
[src]
fn clone(&self) -> ActionClient
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for ActionClient
impl !Send for ActionClient
impl !Sync for ActionClient
impl !Sync for ActionClient