Struct zoom_api::types::MeetingInfo[][src]

pub struct MeetingInfo {
Show 17 fields pub agenda: String, pub created_at: Option<DateTime<Utc>>, pub duration: i64, pub h_323_password: String, pub join_url: String, pub occurrences: Vec<Occurrence>, pub password: String, pub pmi: i64, pub pre_schedule: bool, pub recurrence: Option<Recurrence>, pub settings: Option<MeetingSettings>, pub start_time: Option<DateTime<Utc>>, pub start_url: String, pub timezone: String, pub topic: String, pub tracking_fields: Vec<TrackingFields>, pub type_: i64,
}
Expand description

Meeting object

Fields

agenda: String

Meeting object

created_at: Option<DateTime<Utc>>

Meeting object

duration: i64

Meeting object

h_323_password: String

Meeting object

join_url: String

Meeting object

occurrences: Vec<Occurrence>

Meeting object

password: String

Meeting object

pmi: i64

Meeting object

pre_schedule: bool

Meeting object

recurrence: Option<Recurrence>

Meeting object

settings: Option<MeetingSettings>

Meeting object

start_time: Option<DateTime<Utc>>

Meeting object

start_url: String

Meeting object

timezone: String

Meeting object

topic: String

Meeting object

tracking_fields: Vec<TrackingFields>

Meeting object

type_: i64

Meeting object

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

The name of the generated JSON Schema. Read more

Generates a JSON Schema for this type. Read more

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.