Enum phoenix::event::Event [] [src]

pub enum Event {
    Defined(PhoenixEvent),
    Custom(String),
}

Variants

Trait Implementations

impl Debug for Event
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Event

impl Sync for Event