pub enum SlashCommandCompletedResultKind {
Completed,
}Expand description
Completed result discriminator
Variants§
Completed
Trait Implementations§
Source§impl Clone for SlashCommandCompletedResultKind
impl Clone for SlashCommandCompletedResultKind
Source§fn clone(&self) -> SlashCommandCompletedResultKind
fn clone(&self) -> SlashCommandCompletedResultKind
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 SlashCommandCompletedResultKind
impl Default for SlashCommandCompletedResultKind
Source§fn default() -> SlashCommandCompletedResultKind
fn default() -> SlashCommandCompletedResultKind
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SlashCommandCompletedResultKind
impl<'de> Deserialize<'de> for SlashCommandCompletedResultKind
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 SlashCommandCompletedResultKind
Source§impl PartialEq for SlashCommandCompletedResultKind
impl PartialEq for SlashCommandCompletedResultKind
Source§fn eq(&self, other: &SlashCommandCompletedResultKind) -> bool
fn eq(&self, other: &SlashCommandCompletedResultKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SlashCommandCompletedResultKind
Auto Trait Implementations§
impl Freeze for SlashCommandCompletedResultKind
impl RefUnwindSafe for SlashCommandCompletedResultKind
impl Send for SlashCommandCompletedResultKind
impl Sync for SlashCommandCompletedResultKind
impl Unpin for SlashCommandCompletedResultKind
impl UnsafeUnpin for SlashCommandCompletedResultKind
impl UnwindSafe for SlashCommandCompletedResultKind
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