[][src]Struct rusoto_chime::Participant

pub struct Participant {
    pub phone_number: Option<String>,
    pub proxy_phone_number: Option<String>,
}

The phone number and proxy phone number for a participant in an Amazon Chime Voice Connector proxy session.

Fields

phone_number: Option<String>

The participant's phone number.

proxy_phone_number: Option<String>

The participant's proxy phone number.

Trait Implementations

impl Clone for Participant[src]

impl Debug for Participant[src]

impl Default for Participant[src]

impl<'de> Deserialize<'de> for Participant[src]

impl PartialEq<Participant> for Participant[src]

impl StructuralPartialEq for Participant[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.