Enum slack_messaging::blocks::ContextElement
source · pub enum ContextElement {
Image(Box<Image>),
Text(Box<Text>),
}Expand description
Objects that can be an element of the Context’s elements field.
Variants§
Trait Implementations§
source§impl Clone for ContextElement
impl Clone for ContextElement
source§fn clone(&self) -> ContextElement
fn clone(&self) -> ContextElement
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