Enum discord_sdk::DiscordMsg [−][src]
Expand description
An event or error sent from Discord
Variants
Event(Event)
Tuple Fields
0: Event
Error(Error)
Tuple Fields
0: Error
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for DiscordMsg
impl Send for DiscordMsg
impl Sync for DiscordMsg
impl Unpin for DiscordMsg
impl !UnwindSafe for DiscordMsg
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