Struct zoom_api::types::UserSettingsFeature [−][src]
pub struct UserSettingsFeature {
pub cn_meeting: bool,
pub in_meeting: bool,
pub large_meeting: bool,
pub large_meeting_capacity: i64,
pub meeting_capacity: i64,
pub webinar: bool,
pub webinar_capacity: i64,
pub zoom_events: bool,
pub zoom_events_capacity: i64,
pub zoom_phone: bool,
}Expand description
Fields
cn_meeting: boolin_meeting: boollarge_meeting: boollarge_meeting_capacity: i64meeting_capacity: i64webinar: boolwebinar_capacity: i64zoom_events: boolzoom_events_capacity: i64zoom_phone: boolTrait 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 UserSettingsFeature
impl Send for UserSettingsFeature
impl Sync for UserSettingsFeature
impl Unpin for UserSettingsFeature
impl UnwindSafe for UserSettingsFeature
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more