Struct twilight_model::application::interaction::Ping [−][src]
pub struct Ping {
pub application_id: ApplicationId,
pub id: InteractionId,
pub kind: InteractionType,
pub token: String,
}Expand description
Data present in an Interaction of type Ping.
Fields
application_id: ApplicationIdID of the associated application.
id: InteractionIdID of the interaction.
kind: InteractionTypeKind of the interaction.
token: StringToken of the interaction.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Ping
impl UnwindSafe for Ping
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