#[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
sourceimpl CompositeSlotTypeSetting
impl CompositeSlotTypeSetting
sourcepub fn sub_slots(&self) -> Option<&[SubSlotTypeComposition]>
pub fn sub_slots(&self) -> Option<&[SubSlotTypeComposition]>
Subslots in the composite slot.
sourceimpl CompositeSlotTypeSetting
impl CompositeSlotTypeSetting
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CompositeSlotTypeSetting.
Trait Implementations
sourceimpl Clone for CompositeSlotTypeSetting
impl Clone for CompositeSlotTypeSetting
sourcefn clone(&self) -> CompositeSlotTypeSetting
fn clone(&self) -> CompositeSlotTypeSetting
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CompositeSlotTypeSetting
impl Debug for CompositeSlotTypeSetting
sourceimpl PartialEq<CompositeSlotTypeSetting> for CompositeSlotTypeSetting
impl PartialEq<CompositeSlotTypeSetting> for CompositeSlotTypeSetting
sourcefn eq(&self, other: &CompositeSlotTypeSetting) -> bool
fn eq(&self, other: &CompositeSlotTypeSetting) -> bool
impl StructuralPartialEq for CompositeSlotTypeSetting
Auto Trait Implementations
impl RefUnwindSafe for CompositeSlotTypeSetting
impl Send for CompositeSlotTypeSetting
impl Sync for CompositeSlotTypeSetting
impl Unpin for CompositeSlotTypeSetting
impl UnwindSafe for CompositeSlotTypeSetting
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more