Struct aws_sdk_connect::types::ParticipantDetailsToAdd  
source · #[non_exhaustive]pub struct ParticipantDetailsToAdd { /* private fields */ }Expand description
The details to add for the participant.
Implementations§
source§impl ParticipantDetailsToAdd
 
impl ParticipantDetailsToAdd
sourcepub fn participant_role(&self) -> Option<&ParticipantRole>
 
pub fn participant_role(&self) -> Option<&ParticipantRole>
The role of the participant being added.
sourcepub fn display_name(&self) -> Option<&str>
 
pub fn display_name(&self) -> Option<&str>
The display name of the participant.
source§impl ParticipantDetailsToAdd
 
impl ParticipantDetailsToAdd
sourcepub fn builder() -> ParticipantDetailsToAddBuilder
 
pub fn builder() -> ParticipantDetailsToAddBuilder
Creates a new builder-style object to manufacture ParticipantDetailsToAdd.
Trait Implementations§
source§impl Clone for ParticipantDetailsToAdd
 
impl Clone for ParticipantDetailsToAdd
source§fn clone(&self) -> ParticipantDetailsToAdd
 
fn clone(&self) -> ParticipantDetailsToAdd
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 ParticipantDetailsToAdd
 
impl Debug for ParticipantDetailsToAdd
source§impl PartialEq<ParticipantDetailsToAdd> for ParticipantDetailsToAdd
 
impl PartialEq<ParticipantDetailsToAdd> for ParticipantDetailsToAdd
source§fn eq(&self, other: &ParticipantDetailsToAdd) -> bool
 
fn eq(&self, other: &ParticipantDetailsToAdd) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ParticipantDetailsToAdd
Auto Trait Implementations§
impl RefUnwindSafe for ParticipantDetailsToAdd
impl Send for ParticipantDetailsToAdd
impl Sync for ParticipantDetailsToAdd
impl Unpin for ParticipantDetailsToAdd
impl UnwindSafe for ParticipantDetailsToAdd
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