Struct rust_engineio::packet::Packet [−][src]
Expand description
A Packet sent via the engine.io protocol.
Fields
packet_id: PacketIddata: BytesImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Packet
impl UnwindSafe for Packet
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more