Struct sc2::debug::DebugClient [−][src]
Debug interface for a game instance.
Methods
impl DebugClient
[src]
[−]
impl DebugClient
pub fn send_debug<T>(
&self,
cmd: T
) -> impl Future<Item = (), Error = Error> where
T: Into<DebugCommand> + 'static,
[src]
[−]
pub fn send_debug<T>(
&self,
cmd: T
) -> impl Future<Item = (), Error = Error> where
T: Into<DebugCommand> + 'static,
Send a debug command to the game instance.
Trait Implementations
impl Debug for DebugClient
[src]
[+]
impl Debug for DebugClient
impl Clone for DebugClient
[src]
[+]
impl Clone for DebugClient
Auto Trait Implementations
impl !Send for DebugClient
impl !Send for DebugClient
impl !Sync for DebugClient
impl !Sync for DebugClient