pub enum SlashCommandSelectSubcommandResultKind {
SelectSubcommand,
}Expand description
Select subcommand result discriminator
Variants§
SelectSubcommand
Trait Implementations§
Source§impl Clone for SlashCommandSelectSubcommandResultKind
impl Clone for SlashCommandSelectSubcommandResultKind
Source§fn clone(&self) -> SlashCommandSelectSubcommandResultKind
fn clone(&self) -> SlashCommandSelectSubcommandResultKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for SlashCommandSelectSubcommandResultKind
impl Default for SlashCommandSelectSubcommandResultKind
Source§fn default() -> SlashCommandSelectSubcommandResultKind
fn default() -> SlashCommandSelectSubcommandResultKind
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SlashCommandSelectSubcommandResultKind
impl<'de> Deserialize<'de> for SlashCommandSelectSubcommandResultKind
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
impl Eq for SlashCommandSelectSubcommandResultKind
Source§impl PartialEq for SlashCommandSelectSubcommandResultKind
impl PartialEq for SlashCommandSelectSubcommandResultKind
Source§fn eq(&self, other: &SlashCommandSelectSubcommandResultKind) -> bool
fn eq(&self, other: &SlashCommandSelectSubcommandResultKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SlashCommandSelectSubcommandResultKind
Auto Trait Implementations§
impl Freeze for SlashCommandSelectSubcommandResultKind
impl RefUnwindSafe for SlashCommandSelectSubcommandResultKind
impl Send for SlashCommandSelectSubcommandResultKind
impl Sync for SlashCommandSelectSubcommandResultKind
impl Unpin for SlashCommandSelectSubcommandResultKind
impl UnsafeUnpin for SlashCommandSelectSubcommandResultKind
impl UnwindSafe for SlashCommandSelectSubcommandResultKind
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