Struct zoom_api::types::UserSettingsUpdateFeature [−][src]
pub struct UserSettingsUpdateFeature {
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
large_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 UserSettingsUpdateFeature
impl Send for UserSettingsUpdateFeature
impl Sync for UserSettingsUpdateFeature
impl Unpin for UserSettingsUpdateFeature
impl UnwindSafe for UserSettingsUpdateFeature
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more