pub struct SlackAppManifestFeaturesWorkflowStepInit {
pub name: String,
pub callback_id: SlackCallbackId,
}Fields§
§name: String§callback_id: SlackCallbackIdTrait Implementations§
source§impl From<SlackAppManifestFeaturesWorkflowStepInit> for SlackAppManifestFeaturesWorkflowStep
impl From<SlackAppManifestFeaturesWorkflowStepInit> for SlackAppManifestFeaturesWorkflowStep
source§fn from(value: SlackAppManifestFeaturesWorkflowStepInit) -> Self
fn from(value: SlackAppManifestFeaturesWorkflowStepInit) -> Self
Converts to this type from the input type.