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