Struct aws_lambda_events::event::connect::ConnectDetails
source · pub struct ConnectDetails {
pub contact_data: ConnectContactData,
pub parameters: HashMap<String, String>,
}Expand description
ConnectDetails holds the details of a Connect event
Fields§
§contact_data: ConnectContactData§parameters: HashMap<String, String>The parameters that have been set in the Connect instance at the time of the Lambda invocation.
Trait Implementations§
source§impl Clone for ConnectDetails
impl Clone for ConnectDetails
source§fn clone(&self) -> ConnectDetails
fn clone(&self) -> ConnectDetails
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 ConnectDetails
impl Debug for ConnectDetails
source§impl<'de> Deserialize<'de> for ConnectDetails
impl<'de> Deserialize<'de> for ConnectDetails
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 ConnectDetails
impl PartialEq for ConnectDetails
source§fn eq(&self, other: &ConnectDetails) -> bool
fn eq(&self, other: &ConnectDetails) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ConnectDetails
impl Serialize for ConnectDetails
impl Eq for ConnectDetails
impl StructuralPartialEq for ConnectDetails
Auto Trait Implementations§
impl RefUnwindSafe for ConnectDetails
impl Send for ConnectDetails
impl Sync for ConnectDetails
impl Unpin for ConnectDetails
impl UnwindSafe for ConnectDetails
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