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

Structs

GatewayEventDeserializer

A deserializer that deserializes into a GatewayEvent by borrowing some bits of scanned information before the actual deserialisation.

GatewayEventDeserializerOwned

A deserializer that deserializes into a GatewayEvent by cloning some bits of scanned information before the actual deserialisation.

Enums

GatewayEvent

An event from the gateway, which can either be a dispatch event with stateful updates or a heartbeat, hello, etc. that a shard needs to operate.