Struct serenity::model::event::ReadyEvent [] [src]

pub struct ReadyEvent {
    pub ready: Ready,
}

The "Ready" event, containing initial ready cache

Fields

Trait Implementations

impl Clone for ReadyEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReadyEvent
[src]

Formats the value using the given formatter.