Struct serenity::model::event::UnknownEvent
[−]
[src]
pub struct UnknownEvent {
pub kind: String,
pub value: Value,
}Fields
kind: String
value: Value
Trait Implementations
impl Clone for UnknownEvent[src]
fn clone(&self) -> UnknownEvent[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more