Struct slack_morphism_models::blocks::SlackInputBlockInit [−][src]
pub struct SlackInputBlockInit {
pub label: SlackBlockPlainText,
pub element: SlackInputBlockElement,
}Fields
label: SlackBlockPlainTextelement: SlackInputBlockElementTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SlackInputBlockInitimpl Send for SlackInputBlockInitimpl Sync for SlackInputBlockInitimpl Unpin for SlackInputBlockInitimpl UnwindSafe for SlackInputBlockInit