Struct slack_morphism::api::SlackApiViewsOpenResponseInit
source · pub struct SlackApiViewsOpenResponseInit {
pub view: SlackStatefulView,
}Fields§
§view: SlackStatefulViewTrait Implementations§
source§impl From<SlackApiViewsOpenResponseInit> for SlackApiViewsOpenResponse
impl From<SlackApiViewsOpenResponseInit> for SlackApiViewsOpenResponse
source§fn from(value: SlackApiViewsOpenResponseInit) -> Self
fn from(value: SlackApiViewsOpenResponseInit) -> Self
Converts to this type from the input type.