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

pub struct ResumedEvent {
    pub trace: Vec<Option<String>>,
}

Fields

Trait Implementations

impl Clone for ResumedEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ResumedEvent
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations