#[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 more