pub struct ApplicationCommandOptionChoice {
pub name: String,
pub value: Value,
}Fields§
§name: String§value: ValueTrait 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<'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
Source§impl PartialEq for ApplicationCommandOptionChoice
impl PartialEq for ApplicationCommandOptionChoice
Source§fn eq(&self, other: &ApplicationCommandOptionChoice) -> bool
fn eq(&self, other: &ApplicationCommandOptionChoice) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ApplicationCommandOptionChoice
Auto Trait Implementations§
impl Freeze for ApplicationCommandOptionChoice
impl RefUnwindSafe for ApplicationCommandOptionChoice
impl Send for ApplicationCommandOptionChoice
impl Sync for ApplicationCommandOptionChoice
impl Unpin 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