Enum slack_messaging::blocks::elements::Conversation
source · pub enum Conversation {
Im,
Mpim,
Private,
Public,
}Expand description
Type of conversation to set into Filter object
Variants§
Trait Implementations§
source§impl Clone for Conversation
impl Clone for Conversation
source§fn clone(&self) -> Conversation
fn clone(&self) -> Conversation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more