Struct zoom_api::types::UserSettingsTsp [−][src]
pub struct UserSettingsTsp {
pub call_out: bool,
pub call_out_countries: Vec<String>,
pub show_international_numbers_link: bool,
}Expand description
Account Settings: TSP.
Fields
call_out: boolAccount Settings: TSP.
call_out_countries: Vec<String>Account Settings: TSP.
show_international_numbers_link: boolAccount Settings: TSP.
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 UserSettingsTsp
impl Send for UserSettingsTsp
impl Sync for UserSettingsTsp
impl Unpin for UserSettingsTsp
impl UnwindSafe for UserSettingsTsp
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more