Struct slack_morphism::prelude::blocks::SlackViewStateInit
source · pub struct SlackViewStateInit {
pub values: HashMap<SlackBlockId, HashMap<SlackActionId, SlackViewStateValue>>,
}Fields§
§values: HashMap<SlackBlockId, HashMap<SlackActionId, SlackViewStateValue>>Trait Implementations§
source§impl From<SlackViewStateInit> for SlackViewState
impl From<SlackViewStateInit> for SlackViewState
source§fn from(value: SlackViewStateInit) -> Self
fn from(value: SlackViewStateInit) -> Self
Converts to this type from the input type.