[][src]Struct rusoto_chime::VoiceConnectorItem

pub struct VoiceConnectorItem {
    pub priority: i64,
    pub voice_connector_id: String,
}

For Amazon Chime Voice Connector groups, the Amazon Chime Voice Connectors to which to route inbound calls. Includes priority configuration settings. Limit: 3 VoiceConnectorItems per Amazon Chime Voice Connector group.

Fields

priority: i64

The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority. Higher priority Amazon Chime Voice Connectors are attempted first.

voice_connector_id: String

The Amazon Chime Voice Connector ID.

Trait Implementations

impl Clone for VoiceConnectorItem[src]

impl Debug for VoiceConnectorItem[src]

impl Default for VoiceConnectorItem[src]

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

impl PartialEq<VoiceConnectorItem> for VoiceConnectorItem[src]

impl Serialize for VoiceConnectorItem[src]

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