Enum zoom_api::types::MeetingsType [−][src]
pub enum MeetingsType {
Live,
Scheduled,
Upcoming,
FallthroughString(String),
}Expand description
The meeting types: scheduled - This includes all valid past meetings (unexpired), live meetings and upcoming scheduled meetings. It is equivalent to the combined list of “Previous Meetings” and “Upcoming Meetings” displayed in the user’s Meetings page on the Zoom Web Portal.live - All the ongoing meetings.upcoming - All upcoming meetings including live meetings.
Variants
Tuple Fields of FallthroughString
0: StringTrait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for MeetingsType
impl Send for MeetingsType
impl Sync for MeetingsType
impl Unpin for MeetingsType
impl UnwindSafe for MeetingsType
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more