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

pub struct UnknownEvent {
    pub kind: String,
    pub value: BTreeMap<String, 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.