Enum zoom_api::types::Label [−][src]
pub enum Label {
Fax,
Home,
Mobile,
Office,
Noop,
FallthroughString(String),
}Expand description
The label to add to the user’s phone number. You can only add one label to the user’s phone number:
MobileOfficeHomeFax
Variants
Tuple Fields of FallthroughString
0: StringImplementations
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 Label
impl UnwindSafe for Label
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more