Struct slack_morphism::prelude::SlackViewStateValueInit
source · pub struct SlackViewStateValueInit {
pub action_type: SlackActionType,
}Fields§
§action_type: SlackActionTypeTrait Implementations§
source§impl From<SlackViewStateValueInit> for SlackViewStateValue
impl From<SlackViewStateValueInit> for SlackViewStateValue
source§fn from(value: SlackViewStateValueInit) -> Self
fn from(value: SlackViewStateValueInit) -> Self
Converts to this type from the input type.