Struct serenity::client::bridge::gateway::ShardManager [] [src]

pub struct ShardManager {
    pub runners: Arc<ParkingLotMutex<HashMap<ShardId, ShardRunnerInfo>>>,
    // some fields omitted
}

Fields

Methods

impl ShardManager
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Drop for ShardManager
[src]

[src]

Executes the destructor for this type. Read more