Struct aws_sdk_chime::model::Participant
source · [−]#[non_exhaustive]pub struct Participant { /* private fields */ }Expand description
The phone number and proxy phone number for a participant in an Amazon Chime Voice Connector proxy session.
Implementations
sourceimpl Participant
impl Participant
sourcepub fn phone_number(&self) -> Option<&str>
pub fn phone_number(&self) -> Option<&str>
The participant's phone number.
sourcepub fn proxy_phone_number(&self) -> Option<&str>
pub fn proxy_phone_number(&self) -> Option<&str>
The participant's proxy phone number.
sourceimpl Participant
impl Participant
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Participant.
Trait Implementations
sourceimpl Clone for Participant
impl Clone for Participant
sourcefn clone(&self) -> Participant
fn clone(&self) -> Participant
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for Participant
impl Debug for Participant
sourceimpl PartialEq<Participant> for Participant
impl PartialEq<Participant> for Participant
sourcefn eq(&self, other: &Participant) -> bool
fn eq(&self, other: &Participant) -> bool
impl StructuralPartialEq for Participant
Auto Trait Implementations
impl RefUnwindSafe for Participant
impl Send for Participant
impl Sync for Participant
impl Unpin for Participant
impl UnwindSafe for Participant
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more