pub struct SlackApiViewsUpdateRequestInit {
pub view: SlackView,
}Fields§
§view: SlackViewTrait Implementations§
source§impl From<SlackApiViewsUpdateRequestInit> for SlackApiViewsUpdateRequest
impl From<SlackApiViewsUpdateRequestInit> for SlackApiViewsUpdateRequest
source§fn from(value: SlackApiViewsUpdateRequestInit) -> Self
fn from(value: SlackApiViewsUpdateRequestInit) -> Self
Converts to this type from the input type.