Struct zoom_api::types::UserSettings
source · 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
sourceimpl Clone for UserSettings
impl Clone for UserSettings
sourcefn clone(&self) -> UserSettings
fn clone(&self) -> UserSettings
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for UserSettings
impl Debug for UserSettings
sourceimpl<'de> Deserialize<'de> for UserSettings
impl<'de> Deserialize<'de> for UserSettings
sourcefn 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
sourceimpl JsonSchema for UserSettings
impl JsonSchema for UserSettings
sourcefn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
sourcefn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref keyword. Read moresourceimpl PartialEq<UserSettings> for UserSettings
impl PartialEq<UserSettings> for UserSettings
sourcefn eq(&self, other: &UserSettings) -> bool
fn eq(&self, other: &UserSettings) -> bool
sourceimpl Serialize for UserSettings
impl Serialize for UserSettings
impl StructuralPartialEq for UserSettings
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more