Struct discord_sdk::user::events::DisconnectEvent [−][src]
pub struct DisconnectEvent {
pub reason: Error,
}
Fields
reason: Error
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for DisconnectEvent
impl Send for DisconnectEvent
impl Sync for DisconnectEvent
impl Unpin for DisconnectEvent
impl !UnwindSafe for DisconnectEvent
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