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 Pingimpl UnwindSafe for PingBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more