Enum zoom_api::types::UserResponseAllOf [−][src]
pub enum UserResponseAllOf {
Groups(Groups),
User(User),
UserResponse(UserResponse),
}Expand description
All of the following types:
GroupsUserUserResponse
You can easily convert this enum to the inner value with From and Into, as both are implemented for each type.
Variants
Tuple Fields of Groups
0: GroupsThe user object represents a specific user on Zoom.
Tuple Fields of User
0: UserTuple Fields of UserResponse
0: UserResponseImplementations
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 UserResponseAllOf
impl Send for UserResponseAllOf
impl Sync for UserResponseAllOf
impl Unpin for UserResponseAllOf
impl UnwindSafe for UserResponseAllOf
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more