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