Struct twilight_model::application::interaction::Ping
source · [−]pub struct Ping {
pub application_id: Id<ApplicationMarker>,
pub id: Id<InteractionMarker>,
pub kind: InteractionType,
pub token: String,
}Expand description
Data present in an Interaction of type Ping.
Fields
application_id: Id<ApplicationMarker>ID of the associated application.
id: Id<InteractionMarker>ID 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