Enum slack_morphism_models::SlackConversationType [−][src]
pub enum SlackConversationType {
Im,
Mpim,
Private,
Public,
}Variants
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for SlackConversationTypeimpl Send for SlackConversationTypeimpl Sync for SlackConversationTypeimpl Unpin for SlackConversationTypeimpl UnwindSafe for SlackConversationTypeBlanket Implementations
Mutably borrows from an owned value. Read more