pub struct PickInputOptionRequest {
pub options: Vec<InputOption>,
pub selected: InputOption,
}Fields§
§options: Vec<InputOption>§selected: InputOptionTrait Implementations§
Source§impl Clone for PickInputOptionRequest
impl Clone for PickInputOptionRequest
Source§fn clone(&self) -> PickInputOptionRequest
fn clone(&self) -> PickInputOptionRequest
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 Debug for PickInputOptionRequest
impl Debug for PickInputOptionRequest
Source§impl<'de> Deserialize<'de> for PickInputOptionRequest
impl<'de> Deserialize<'de> for PickInputOptionRequest
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 PickInputOptionRequest
impl PartialEq for PickInputOptionRequest
Source§impl Serialize for PickInputOptionRequest
impl Serialize for PickInputOptionRequest
impl StructuralPartialEq for PickInputOptionRequest
Auto Trait Implementations§
impl Freeze for PickInputOptionRequest
impl RefUnwindSafe for PickInputOptionRequest
impl Send for PickInputOptionRequest
impl Sync for PickInputOptionRequest
impl Unpin for PickInputOptionRequest
impl UnwindSafe for PickInputOptionRequest
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