Struct zoom_api::types::Occurrence [−][src]
pub struct Occurrence {
pub duration: i64,
pub occurrence_id: String,
pub start_time: Option<DateTime<Utc>>,
pub status: String,
}Expand description
Occurence object. This object is only returned for Recurring Webinars.
Fields
duration: i64Occurence object. This object is only returned for Recurring Webinars.
occurrence_id: StringOccurence object. This object is only returned for Recurring Webinars.
start_time: Option<DateTime<Utc>>Occurence object. This object is only returned for Recurring Webinars.
status: StringOccurence object. This object is only returned for Recurring Webinars.
Trait Implementations
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 Occurrence
impl Send for Occurrence
impl Sync for Occurrence
impl Unpin for Occurrence
impl UnwindSafe for Occurrence
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more