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

pub struct UnknownEvent {
    pub kind: String,
    pub value: Value,
}

Fields

Trait Implementations

impl Clone for UnknownEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UnknownEvent
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations