Enum zoom_api::types::ImGroupCreateRequestType [−][src]
pub enum ImGroupCreateRequestType {
Normal,
Restricted,
Shared,
FallthroughString(String),
}Expand description
IM Group types:normal - Only members can see automatically see the other members of this group. Other people can search for members within this group. shared - Everyone under an account can see the group members automatically.restricted - Nobody can see the group or search for members except the members in the group.
Variants
Tuple Fields of FallthroughString
0: StringTrait 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 ImGroupCreateRequestType
impl Send for ImGroupCreateRequestType
impl Sync for ImGroupCreateRequestType
impl Unpin for ImGroupCreateRequestType
impl UnwindSafe for ImGroupCreateRequestType
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more