Enum zoom_api::types::ListPhoneDevicesType [−][src]
pub enum ListPhoneDevicesType {
Assigned,
Unassigned,
Noop,
FallthroughString(String),
}Expand description
State of the device. The value should be either assigned to list devices that have been assigned to user(s) or unassigned to list devices that have not yet been assigned to any user in the Zoom account.
Variants
Tuple Fields of FallthroughString
0: StringImplementations
Trait Implementations
Returns the “default value” for a type. Read more
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 ListPhoneDevicesType
impl Send for ListPhoneDevicesType
impl Sync for ListPhoneDevicesType
impl Unpin for ListPhoneDevicesType
impl UnwindSafe for ListPhoneDevicesType
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more