Struct sc2::debug::DebugClient[][src]

pub struct DebugClient { /* fields omitted */ }

Debug interface for a game instance.

Methods

impl DebugClient
[src]

Send a debug command to the game instance.

Trait Implementations

impl Debug for DebugClient
[src]

Formats the value using the given formatter. Read more

impl Clone for DebugClient
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for DebugClient

impl !Sync for DebugClient