Enum discord_sdk::activity::JoinRequestReply [−][src]
pub enum JoinRequestReply {
No,
Yes,
Ignore,
}
Expand description
Variants
No
Rejects the join request
Yes
Accepts the join request
Ignore
Ignores the join request. This is semantically no different from No
,
at least in the current state of the Discord API
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for JoinRequestReply
impl Send for JoinRequestReply
impl Sync for JoinRequestReply
impl Unpin for JoinRequestReply
impl UnwindSafe for JoinRequestReply
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