Struct aws_lambda_events::event::lex::LexResponseCard
source · pub struct LexResponseCard {
pub version: Option<i64>,
pub content_type: Option<String>,
pub generic_attachments: Option<Vec<Attachment>>,
}Fields§
§version: Option<i64>§content_type: Option<String>§generic_attachments: Option<Vec<Attachment>>Trait Implementations§
source§impl Clone for LexResponseCard
impl Clone for LexResponseCard
source§fn clone(&self) -> LexResponseCard
fn clone(&self) -> LexResponseCard
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 LexResponseCard
impl Debug for LexResponseCard
source§impl<'de> Deserialize<'de> for LexResponseCard
impl<'de> Deserialize<'de> for LexResponseCard
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 LexResponseCard
impl PartialEq for LexResponseCard
source§fn eq(&self, other: &LexResponseCard) -> bool
fn eq(&self, other: &LexResponseCard) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for LexResponseCard
impl Serialize for LexResponseCard
impl Eq for LexResponseCard
impl StructuralPartialEq for LexResponseCard
Auto Trait Implementations§
impl RefUnwindSafe for LexResponseCard
impl Send for LexResponseCard
impl Sync for LexResponseCard
impl Unpin for LexResponseCard
impl UnwindSafe for LexResponseCard
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