Struct slack_morphism_models::blocks::SlackModalView [−][src]
pub struct SlackModalView {
pub title: SlackBlockPlainTextOnly,
pub blocks: Vec<SlackBlock>,
pub close: Option<SlackBlockPlainTextOnly>,
pub submit: Option<SlackBlockPlainTextOnly>,
pub private_metadata: Option<String>,
pub callback_id: Option<SlackCallbackId>,
pub clear_on_close: Option<bool>,
pub notify_on_close: Option<bool>,
pub hash: Option<String>,
pub external_id: Option<String>,
}Fields
title: SlackBlockPlainTextOnlyblocks: Vec<SlackBlock>close: Option<SlackBlockPlainTextOnly>submit: Option<SlackBlockPlainTextOnly>private_metadata: Option<String>callback_id: Option<SlackCallbackId>clear_on_close: Option<bool>notify_on_close: Option<bool>hash: Option<String>external_id: Option<String>Implementations
Trait Implementations
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
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SlackModalView
impl Send for SlackModalView
impl Sync for SlackModalView
impl Unpin for SlackModalView
impl UnwindSafe for SlackModalView
Blanket Implementations
Mutably borrows from an owned value. Read more