Struct twilight_model::application::interaction::application_command::InteractionMember [−][src]
pub struct InteractionMember {
pub hoisted_role: Option<RoleId>,
pub id: UserId,
pub joined_at: Option<String>,
pub nick: Option<String>,
pub premium_since: Option<String>,
pub roles: Vec<RoleId>,
}Fields
hoisted_role: Option<RoleId>id: UserIdjoined_at: Option<String>nick: Option<String>roles: Vec<RoleId>Trait Implementations
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 RefUnwindSafe for InteractionMemberimpl Send for InteractionMemberimpl Sync for InteractionMemberimpl Unpin for InteractionMemberimpl UnwindSafe for InteractionMemberBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more