Enum noob::events::Event[][src]

pub enum Event {
    Ready(ReadyData),
    MessageCreate(ReceivedMessage),
}

Known events that may be received

Variants

Connection established

Message received

Trait Implementations

impl Debug for Event
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Event

impl Sync for Event