[][src]Struct rusoto_chime::PhoneNumberAssociation

pub struct PhoneNumberAssociation {
    pub associated_timestamp: Option<f64>,
    pub name: Option<String>,
    pub value: Option<String>,
}

The phone number associations, such as Amazon Chime account ID, Amazon Chime user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.

Fields

associated_timestamp: Option<f64>

The timestamp of the phone number association, in ISO 8601 format.

name: Option<String>

Defines the association with an Amazon Chime account ID, user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.

value: Option<String>

Contains the ID for the entity specified in Name.

Trait Implementations

impl Clone for PhoneNumberAssociation[src]

impl Debug for PhoneNumberAssociation[src]

impl Default for PhoneNumberAssociation[src]

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

impl PartialEq<PhoneNumberAssociation> for PhoneNumberAssociation[src]

impl StructuralPartialEq for PhoneNumberAssociation[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> 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.