Struct twilight_model::application::interaction::application_command::CommandInteractionDataResolved [−][src]
pub struct CommandInteractionDataResolved {
pub channels: Vec<InteractionChannel>,
pub members: Vec<InteractionMember>,
pub roles: Vec<Role>,
pub users: Vec<User>,
}Fields
channels: Vec<InteractionChannel>members: Vec<InteractionMember>roles: Vec<Role>users: Vec<User>Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for CommandInteractionDataResolvedimpl Sync for CommandInteractionDataResolvedimpl Unpin for CommandInteractionDataResolvedimpl UnwindSafe for CommandInteractionDataResolvedBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more