Struct aws_sdk_lexmodelsv2::model::BuiltInSlotTypeSummary
source · [−]#[non_exhaustive]pub struct BuiltInSlotTypeSummary { /* private fields */ }Expand description
Provides summary information about a built-in slot type for the ListBuiltInSlotTypes operation.
Implementations
sourceimpl BuiltInSlotTypeSummary
impl BuiltInSlotTypeSummary
sourcepub fn slot_type_signature(&self) -> Option<&str>
pub fn slot_type_signature(&self) -> Option<&str>
The signature of the built-in slot type. Use this to specify the parent slot type of a derived slot type.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the built-in slot type.
sourceimpl BuiltInSlotTypeSummary
impl BuiltInSlotTypeSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BuiltInSlotTypeSummary.
Trait Implementations
sourceimpl Clone for BuiltInSlotTypeSummary
impl Clone for BuiltInSlotTypeSummary
sourcefn clone(&self) -> BuiltInSlotTypeSummary
fn clone(&self) -> BuiltInSlotTypeSummary
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 BuiltInSlotTypeSummary
impl Debug for BuiltInSlotTypeSummary
sourceimpl PartialEq<BuiltInSlotTypeSummary> for BuiltInSlotTypeSummary
impl PartialEq<BuiltInSlotTypeSummary> for BuiltInSlotTypeSummary
sourcefn eq(&self, other: &BuiltInSlotTypeSummary) -> bool
fn eq(&self, other: &BuiltInSlotTypeSummary) -> bool
impl StructuralPartialEq for BuiltInSlotTypeSummary
Auto Trait Implementations
impl RefUnwindSafe for BuiltInSlotTypeSummary
impl Send for BuiltInSlotTypeSummary
impl Sync for BuiltInSlotTypeSummary
impl Unpin for BuiltInSlotTypeSummary
impl UnwindSafe for BuiltInSlotTypeSummary
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