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