Struct zoom_api::types::PhoneSettingResponse [−][src]
pub struct PhoneSettingResponse {
pub byoc: Option<Byoc>,
pub country: Option<PhoneSettingResponseCountry>,
pub multiple_sites: Option<MultipleSites>,
pub show_device_ip_for_call_log: Option<ShowDeviceIpCallLog>,
}Expand description
Zoom Account Setting
Fields
byoc: Option<Byoc>Zoom Account Setting
country: Option<PhoneSettingResponseCountry>Zoom Account Setting
multiple_sites: Option<MultipleSites>Zoom Account Setting
show_device_ip_for_call_log: Option<ShowDeviceIpCallLog>Zoom Account Setting
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 PhoneSettingResponse
impl Send for PhoneSettingResponse
impl Sync for PhoneSettingResponse
impl Unpin for PhoneSettingResponse
impl UnwindSafe for PhoneSettingResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more