pub struct MessageInteraction {
pub id: Id<InteractionMarker>,
pub kind: InteractionType,
pub member: Option<PartialMember>,
pub name: String,
pub user: User,
}
Expand description
Associated interaction metadata.
Fields§
§id: Id<InteractionMarker>
ID of the interaction.
kind: InteractionType
Type of the interaction.
member: Option<PartialMember>
If in a guild, the member who invoked the interaction.
name: String
Name of the Command
.
user: User
User who invoked the interaction.
Trait Implementations§
source§impl Clone for MessageInteraction
impl Clone for MessageInteraction
source§fn clone(&self) -> MessageInteraction
fn clone(&self) -> MessageInteraction
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MessageInteraction
impl Debug for MessageInteraction
source§impl<'de> Deserialize<'de> for MessageInteraction
impl<'de> Deserialize<'de> for MessageInteraction
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for MessageInteraction
impl Hash for MessageInteraction
source§impl PartialEq for MessageInteraction
impl PartialEq for MessageInteraction
source§impl Serialize for MessageInteraction
impl Serialize for MessageInteraction
impl Eq for MessageInteraction
impl StructuralPartialEq for MessageInteraction
Auto Trait Implementations§
impl Freeze for MessageInteraction
impl RefUnwindSafe for MessageInteraction
impl Send for MessageInteraction
impl Sync for MessageInteraction
impl Unpin for MessageInteraction
impl UnwindSafe for MessageInteraction
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)