Struct aws_lambda_events::event::lex::LexResponse
source · pub struct LexResponse {
pub session_attributes: SessionAttributes,
pub dialog_action: Option<LexDialogAction>,
}Fields§
§session_attributes: SessionAttributes§dialog_action: Option<LexDialogAction>Trait Implementations§
source§impl Clone for LexResponse
impl Clone for LexResponse
source§fn clone(&self) -> LexResponse
fn clone(&self) -> LexResponse
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 LexResponse
impl Debug for LexResponse
source§impl<'de> Deserialize<'de> for LexResponse
impl<'de> Deserialize<'de> for LexResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for LexResponse
impl PartialEq for LexResponse
source§fn eq(&self, other: &LexResponse) -> bool
fn eq(&self, other: &LexResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for LexResponse
impl Serialize for LexResponse
impl Eq for LexResponse
impl StructuralPartialEq for LexResponse
Auto Trait Implementations§
impl RefUnwindSafe for LexResponse
impl Send for LexResponse
impl Sync for LexResponse
impl Unpin for LexResponse
impl UnwindSafe for LexResponse
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