Struct aws_sdk_lexmodelsv2::model::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
sourceimpl 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.
sourceimpl SlotTypeValue
impl SlotTypeValue
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SlotTypeValue.
Trait Implementations
sourceimpl Clone for SlotTypeValue
impl Clone for SlotTypeValue
sourcefn clone(&self) -> SlotTypeValue
fn clone(&self) -> SlotTypeValue
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 SlotTypeValue
impl Debug for SlotTypeValue
sourceimpl PartialEq<SlotTypeValue> for SlotTypeValue
impl PartialEq<SlotTypeValue> for SlotTypeValue
sourcefn eq(&self, other: &SlotTypeValue) -> bool
fn eq(&self, other: &SlotTypeValue) -> bool
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
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