Struct zoom_api::types::UserSettingsUpdate [−][src]
pub struct UserSettingsUpdate {
pub email_notification: Option<UserSettingsNotification>,
pub feature: Option<UserSettingsUpdateFeature>,
pub in_meeting: Option<UserSettingsInMeeting>,
pub profile: Option<Profile>,
pub recording: Option<UserSettingsRecording>,
pub schedule_meeting: Option<UserSettingsMeeting>,
pub telephony: Option<SettingsUpdateTelephony>,
pub tsp: Option<UserSettingsTsp>,
}Fields
email_notification: Option<UserSettingsNotification>feature: Option<UserSettingsUpdateFeature>in_meeting: Option<UserSettingsInMeeting>profile: Option<Profile>recording: Option<UserSettingsRecording>schedule_meeting: Option<UserSettingsMeeting>telephony: Option<SettingsUpdateTelephony>tsp: Option<UserSettingsTsp>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 UserSettingsUpdate
impl Send for UserSettingsUpdate
impl Sync for UserSettingsUpdate
impl Unpin for UserSettingsUpdate
impl UnwindSafe for UserSettingsUpdate
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more