#[non_exhaustive]pub struct CompositeSlotTypeSetting { /* private fields */ }Expand description
A composite slot is a combination of two or more slots that capture multiple pieces of information in a single user input.
Implementations§
source§impl CompositeSlotTypeSetting
impl CompositeSlotTypeSetting
sourcepub fn sub_slots(&self) -> Option<&[SubSlotTypeComposition]>
pub fn sub_slots(&self) -> Option<&[SubSlotTypeComposition]>
Subslots in the composite slot.
source§impl CompositeSlotTypeSetting
impl CompositeSlotTypeSetting
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CompositeSlotTypeSetting.
Trait Implementations§
source§impl Clone for CompositeSlotTypeSetting
impl Clone for CompositeSlotTypeSetting
source§fn clone(&self) -> CompositeSlotTypeSetting
fn clone(&self) -> CompositeSlotTypeSetting
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 CompositeSlotTypeSetting
impl Debug for CompositeSlotTypeSetting
source§impl PartialEq<CompositeSlotTypeSetting> for CompositeSlotTypeSetting
impl PartialEq<CompositeSlotTypeSetting> for CompositeSlotTypeSetting
source§fn eq(&self, other: &CompositeSlotTypeSetting) -> bool
fn eq(&self, other: &CompositeSlotTypeSetting) -> bool
This method tests for
self and other values to be equal, and is used
by ==.