pub enum InteractionResponseType {
SelfCommandResponse = 0,
Pong = 1,
Acknowledge = 2,
ChannelMessage = 3,
ChannelMessageWithSource = 4,
AcknowledgeWithSource = 5,
}Variants§
SelfCommandResponse = 0
Pong = 1
Acknowledge = 2
ChannelMessage = 3
ChannelMessageWithSource = 4
AcknowledgeWithSource = 5
Auto Trait Implementations§
impl Freeze for InteractionResponseType
impl RefUnwindSafe for InteractionResponseType
impl Send for InteractionResponseType
impl Sync for InteractionResponseType
impl Unpin for InteractionResponseType
impl UnwindSafe for InteractionResponseType
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