Struct twilight_model::application::interaction::application_command::InteractionMember [−][src]
pub struct InteractionMember {
pub hoisted_role: Option<RoleId>,
pub id: UserId,
pub joined_at: Option<Timestamp>,
pub nick: Option<String>,
pub premium_since: Option<Timestamp>,
pub roles: Vec<RoleId>,
}Fields
hoisted_role: Option<RoleId>id: UserIdjoined_at: Option<Timestamp>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 InteractionMember
impl Send for InteractionMember
impl Sync for InteractionMember
impl Unpin for InteractionMember
impl UnwindSafe for InteractionMember
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