pub enum CommandOptionValue {
Integer(i64),
Number(f64),
}
Expand description
Type used in the max_value
and min_value
CommandOption
field.
Note that the right variant must be selected based on the
CommandOption
’s CommandOptionType
.
Variants§
Trait Implementations§
source§impl Clone for CommandOptionValue
impl Clone for CommandOptionValue
source§fn clone(&self) -> CommandOptionValue
fn clone(&self) -> CommandOptionValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CommandOptionValue
impl Debug for CommandOptionValue
source§impl<'de> Deserialize<'de> for CommandOptionValue
impl<'de> Deserialize<'de> for CommandOptionValue
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
source§impl PartialEq for CommandOptionValue
impl PartialEq for CommandOptionValue
source§impl Serialize for CommandOptionValue
impl Serialize for CommandOptionValue
impl Copy for CommandOptionValue
impl StructuralPartialEq for CommandOptionValue
Auto Trait Implementations§
impl Freeze for CommandOptionValue
impl RefUnwindSafe for CommandOptionValue
impl Send for CommandOptionValue
impl Sync for CommandOptionValue
impl Unpin for CommandOptionValue
impl UnwindSafe for CommandOptionValue
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)