pub struct ApplicationCommandOptionChoice {
pub name: String,
pub value: Value,
}Expand description
Typed Discord API object for ApplicationCommandOptionChoice.
Fields§
§name: String§value: ValueImplementations§
Trait Implementations§
Source§impl Clone for ApplicationCommandOptionChoice
impl Clone for ApplicationCommandOptionChoice
Source§fn clone(&self) -> ApplicationCommandOptionChoice
fn clone(&self) -> ApplicationCommandOptionChoice
Returns a duplicate 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 Default for ApplicationCommandOptionChoice
impl Default for ApplicationCommandOptionChoice
Source§fn default() -> ApplicationCommandOptionChoice
fn default() -> ApplicationCommandOptionChoice
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ApplicationCommandOptionChoice
impl<'de> Deserialize<'de> for ApplicationCommandOptionChoice
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
Auto Trait Implementations§
impl Freeze for ApplicationCommandOptionChoice
impl RefUnwindSafe for ApplicationCommandOptionChoice
impl Send for ApplicationCommandOptionChoice
impl Sync for ApplicationCommandOptionChoice
impl Unpin for ApplicationCommandOptionChoice
impl UnsafeUnpin for ApplicationCommandOptionChoice
impl UnwindSafe for ApplicationCommandOptionChoice
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