Struct zoom_api::types::UserSettingsUpdate
source · 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
sourceimpl Clone for UserSettingsUpdate
impl Clone for UserSettingsUpdate
sourcefn clone(&self) -> UserSettingsUpdate
fn clone(&self) -> UserSettingsUpdate
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 UserSettingsUpdate
impl Debug for UserSettingsUpdate
sourceimpl<'de> Deserialize<'de> for UserSettingsUpdate
impl<'de> Deserialize<'de> for UserSettingsUpdate
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 UserSettingsUpdate
impl JsonSchema for UserSettingsUpdate
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<UserSettingsUpdate> for UserSettingsUpdate
impl PartialEq<UserSettingsUpdate> for UserSettingsUpdate
sourcefn eq(&self, other: &UserSettingsUpdate) -> bool
fn eq(&self, other: &UserSettingsUpdate) -> bool
sourceimpl Serialize for UserSettingsUpdate
impl Serialize for UserSettingsUpdate
impl StructuralPartialEq for UserSettingsUpdate
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
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