pub struct BlockElementWorkflowButton {
pub element_type: String,
pub text: CompositionObjectText,
pub workflow: CompositionObjectWorkflow,
pub style: Option<String>,
pub accessibility_label: Option<CompositionObjectText>,
}Expand description
https://api.slack.com/reference/block-kit/block-elements#workflow_button
Fields§
§element_type: String§text: CompositionObjectText§workflow: CompositionObjectWorkflow§style: Option<String>§accessibility_label: Option<CompositionObjectText>Trait Implementations§
source§impl Clone for BlockElementWorkflowButton
impl Clone for BlockElementWorkflowButton
source§fn clone(&self) -> BlockElementWorkflowButton
fn clone(&self) -> BlockElementWorkflowButton
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 moresource§impl Debug for BlockElementWorkflowButton
impl Debug for BlockElementWorkflowButton
source§impl Default for BlockElementWorkflowButton
impl Default for BlockElementWorkflowButton
source§impl<'de> Deserialize<'de> for BlockElementWorkflowButton
impl<'de> Deserialize<'de> for BlockElementWorkflowButton
source§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 BlockElementWorkflowButton
impl Send for BlockElementWorkflowButton
impl Sync for BlockElementWorkflowButton
impl Unpin for BlockElementWorkflowButton
impl UnwindSafe for BlockElementWorkflowButton
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more