Struct zoom_api::types::Dates [−][src]
pub struct Dates {
pub date: Option<NaiveDate>,
pub meeting_minutes: i64,
pub meetings: i64,
pub new_users: i64,
pub participants: i64,
}Fields
date: Option<NaiveDate>Start Date.
meeting_minutes: i64Account seats.
meetings: i64Account seats.
new_users: i64Account seats.
participants: i64Account seats.
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 Dates
impl UnwindSafe for Dates
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more