Struct zoom_api::types::SettingsUpdateTelephony [−][src]
pub struct SettingsUpdateTelephony {
pub audio_conference_info: String,
pub show_international_numbers_link: bool,
pub telephony_regions: Option<UpdateAccountSettingsTelephonyRegions>,
pub third_party_audio: bool,
}Fields
audio_conference_info: Stringshow_international_numbers_link: booltelephony_regions: Option<UpdateAccountSettingsTelephonyRegions>third_party_audio: 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 SettingsUpdateTelephony
impl Send for SettingsUpdateTelephony
impl Sync for SettingsUpdateTelephony
impl Unpin for SettingsUpdateTelephony
impl UnwindSafe for SettingsUpdateTelephony
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more