Enum discord_sdk::user::events::UserEvent [−][src]
pub enum UserEvent {
Connect(ConnectEvent),
Disconnect(DisconnectEvent),
Update(UpdateEvent),
}
Variants
Connect(ConnectEvent)
Tuple Fields
0: ConnectEvent
Disconnect(DisconnectEvent)
Tuple Fields
Update(UpdateEvent)
Tuple Fields
0: UpdateEvent
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for UserEvent
impl !UnwindSafe for UserEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more