Enum phoenix::event::PhoenixEvent [] [src]

pub enum PhoenixEvent {
    Join,
    Close,
    Reply,
    Heartbeat,
}

Variants

Trait Implementations

impl Debug for PhoenixEvent
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PhoenixEvent

impl Sync for PhoenixEvent