Struct zoom_api::types::UserStatusRequest [−][src]
pub struct UserStatusRequest {
pub action: UserStatusRequestAction,
}Expand description
The action.
Fields
action: UserStatusRequestActionThe action types:activate - Activate a deactivated user.deactivate - Deactivate a user.
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 UserStatusRequest
impl Send for UserStatusRequest
impl Sync for UserStatusRequest
impl Unpin for UserStatusRequest
impl UnwindSafe for UserStatusRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more