pub struct UIElicitationArrayAnyOfFieldItems {
pub any_of: Vec<UIElicitationArrayAnyOfFieldItemsAnyOf>,
}Expand description
Schema applied to each item in the array.
Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.
Fields§
§any_of: Vec<UIElicitationArrayAnyOfFieldItemsAnyOf>Selectable options, each with a value and a display label.
Trait Implementations§
Source§impl Clone for UIElicitationArrayAnyOfFieldItems
impl Clone for UIElicitationArrayAnyOfFieldItems
Source§fn clone(&self) -> UIElicitationArrayAnyOfFieldItems
fn clone(&self) -> UIElicitationArrayAnyOfFieldItems
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 UIElicitationArrayAnyOfFieldItems
impl Default for UIElicitationArrayAnyOfFieldItems
Source§fn default() -> UIElicitationArrayAnyOfFieldItems
fn default() -> UIElicitationArrayAnyOfFieldItems
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UIElicitationArrayAnyOfFieldItems
impl<'de> Deserialize<'de> for UIElicitationArrayAnyOfFieldItems
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 UIElicitationArrayAnyOfFieldItems
impl RefUnwindSafe for UIElicitationArrayAnyOfFieldItems
impl Send for UIElicitationArrayAnyOfFieldItems
impl Sync for UIElicitationArrayAnyOfFieldItems
impl Unpin for UIElicitationArrayAnyOfFieldItems
impl UnsafeUnpin for UIElicitationArrayAnyOfFieldItems
impl UnwindSafe for UIElicitationArrayAnyOfFieldItems
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