Struct sc2::action::ActionClient [−][src]
pub struct ActionClient { /* fields omitted */ }Action interface for a game instance.
Methods
impl ActionClient[src]
impl ActionClientpub 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 ActionClientfn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ActionClient[src]
impl Clone for ActionClientfn clone(&self) -> ActionClient[src]
fn clone(&self) -> ActionClientReturns 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 ActionClientimpl !Sync for ActionClient
impl !Sync for ActionClient