Struct twilight_gateway::cluster::Config[][src]

pub struct Config { /* fields omitted */ }
Expand description

Built configuration for a Cluster.

Implementations

Copy of the event type flags.

Return an immutable reference to the twilight_http client used by the cluster and shards to get the gateway information.

Refer to ClusterBuilder::http_client for the default value.

Return an immutable reference to the configuration used to create shards.

Refer to ShardBuilder’s methods for the default values.

Return an immutable reference to the shard scheme used to start shards.

Refer to ClusterBuilder::shard_scheme for the default value.

Return an immutable reference to the queue used for initiating shard sessions.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.