[][src]Struct rusoto_chime::Meeting

pub struct Meeting {
    pub external_meeting_id: Option<String>,
    pub media_placement: Option<MediaPlacement>,
    pub media_region: Option<String>,
    pub meeting_id: Option<String>,
}

A meeting created using the Amazon Chime SDK.

Fields

external_meeting_id: Option<String>

The external meeting ID.

media_placement: Option<MediaPlacement>

The media placement for the meeting.

media_region: Option<String>

The Region in which to create the meeting. Available values: ap-northeast-1, ap-southeast-1, ap-southeast-2, ca-central-1, eu-central-1, eu-north-1, eu-west-1, eu-west-2, eu-west-3, sa-east-1, us-east-1, us-east-2, us-west-1, us-west-2.

meeting_id: Option<String>

The Amazon Chime SDK meeting ID.

Trait Implementations

impl Clone for Meeting[src]

impl Debug for Meeting[src]

impl Default for Meeting[src]

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

impl PartialEq<Meeting> for Meeting[src]

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