Struct aws_sdk_lexmodelsv2::types::SlotTypeValue
source · #[non_exhaustive]pub struct SlotTypeValue { /* private fields */ }Expand description
Each slot type can have a set of values. Each SlotTypeValue represents a value that the slot type can take.
Implementations§
source§impl SlotTypeValue
impl SlotTypeValue
sourcepub fn sample_value(&self) -> Option<&SampleValue>
pub fn sample_value(&self) -> Option<&SampleValue>
The value of the slot type entry.
sourcepub fn synonyms(&self) -> Option<&[SampleValue]>
pub fn synonyms(&self) -> Option<&[SampleValue]>
Additional values related to the slot type entry.
source§impl SlotTypeValue
impl SlotTypeValue
sourcepub fn builder() -> SlotTypeValueBuilder
pub fn builder() -> SlotTypeValueBuilder
Creates a new builder-style object to manufacture SlotTypeValue.
Trait Implementations§
source§impl Clone for SlotTypeValue
impl Clone for SlotTypeValue
source§fn clone(&self) -> SlotTypeValue
fn clone(&self) -> SlotTypeValue
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 SlotTypeValue
impl Debug for SlotTypeValue
source§impl PartialEq<SlotTypeValue> for SlotTypeValue
impl PartialEq<SlotTypeValue> for SlotTypeValue
source§fn eq(&self, other: &SlotTypeValue) -> bool
fn eq(&self, other: &SlotTypeValue) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SlotTypeValue
Auto Trait Implementations§
impl RefUnwindSafe for SlotTypeValue
impl Send for SlotTypeValue
impl Sync for SlotTypeValue
impl Unpin for SlotTypeValue
impl UnwindSafe for SlotTypeValue
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