Struct aws_sdk_lexmodelsv2::model::CustomPayload
source · [−]#[non_exhaustive]pub struct CustomPayload { /* private fields */ }Expand description
A custom response string that Amazon Lex sends to your application. You define the content and structure the string.
Implementations
sourceimpl CustomPayload
impl CustomPayload
sourceimpl CustomPayload
impl CustomPayload
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CustomPayload.
Trait Implementations
sourceimpl Clone for CustomPayload
impl Clone for CustomPayload
sourcefn clone(&self) -> CustomPayload
fn clone(&self) -> CustomPayload
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 CustomPayload
impl Debug for CustomPayload
sourceimpl PartialEq<CustomPayload> for CustomPayload
impl PartialEq<CustomPayload> for CustomPayload
sourcefn eq(&self, other: &CustomPayload) -> bool
fn eq(&self, other: &CustomPayload) -> bool
impl StructuralPartialEq for CustomPayload
Auto Trait Implementations
impl RefUnwindSafe for CustomPayload
impl Send for CustomPayload
impl Sync for CustomPayload
impl Unpin for CustomPayload
impl UnwindSafe for CustomPayload
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