Enum zoom_api::types::UpdatePresenceStatusRequest [−][src]
pub enum UpdatePresenceStatusRequest {
Available,
Away,
DoNoDisturb,
InAZoomMeeting,
InCalendarEvent,
OnACall,
Presenting,
Noop,
FallthroughString(String),
}Expand description
Presence status of the user. The value can be set to one of the following:
AwayDo_Not_DisturbAvailableIn_Calendar_EventPresentingIn_A_Zoom_MeetingOn_A_Call
Users who are on Zoom Client with a version lower than 5.3.0 can update the status from:
AwaytoDo_Not_DisturbAvailabletoDo_Not_Disturb
Users who are on Zoom Client 5.3.0 or higher can update the status from:
Do_Not_DisturbtoAwayDo_Not_DisturbtoAvailableAvailabletoAwayAwaytoAvailable
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 UpdatePresenceStatusRequest
impl Send for UpdatePresenceStatusRequest
impl Sync for UpdatePresenceStatusRequest
impl Unpin for UpdatePresenceStatusRequest
impl UnwindSafe for UpdatePresenceStatusRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more