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

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

Fields

Trait Implementations

impl Clone for UnknownEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for UnknownEvent
[src]

[src]

Formats the value using the given formatter.