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