Enum discord_sdk::overlay::events::OverlayEvent [−][src]
pub enum OverlayEvent {
Update(UpdateEvent),
}
Variants
Update(UpdateEvent)
Tuple Fields
0: UpdateEvent
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OverlayEvent
impl Send for OverlayEvent
impl Sync for OverlayEvent
impl Unpin for OverlayEvent
impl UnwindSafe for OverlayEvent
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