[][src]Module twilight_model::gateway::event

Re-exports

pub use self::gateway::GatewayEvent;
pub use self::gateway::GatewayEventDeserializer;
pub use self::gateway::GatewayEventDeserializerOwned;

Modules

gateway
shard

Structs

DispatchEventWithTypeDeserializer

Deserialize into a DispatchEvent by knowing its event name.

EventConversionError

An error that describes a failure to convert from one event type to another.

Enums

DispatchEvent

A dispatch event, containing information about a created guild, a member added, etc.

Event

Any type of event that a shard emits.

EventType

The type of an event.