pub struct GetContactAttributesRequest {
pub initial_contact_id: String,
pub instance_id: String,
}Fields§
§initial_contact_id: StringThe identifier of the initial contact.
instance_id: StringThe identifier of the Amazon Connect instance.
Trait Implementations§
Source§impl Clone for GetContactAttributesRequest
impl Clone for GetContactAttributesRequest
Source§fn clone(&self) -> GetContactAttributesRequest
fn clone(&self) -> GetContactAttributesRequest
Returns a duplicate 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 GetContactAttributesRequest
impl Debug for GetContactAttributesRequest
Source§impl Default for GetContactAttributesRequest
impl Default for GetContactAttributesRequest
Source§fn default() -> GetContactAttributesRequest
fn default() -> GetContactAttributesRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for GetContactAttributesRequest
Auto Trait Implementations§
impl Freeze for GetContactAttributesRequest
impl RefUnwindSafe for GetContactAttributesRequest
impl Send for GetContactAttributesRequest
impl Sync for GetContactAttributesRequest
impl Unpin for GetContactAttributesRequest
impl UnwindSafe for GetContactAttributesRequest
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