pub struct SlackApiAppsManifestUpdateRequestInit {
pub app_id: SlackAppId,
pub manifest: SlackAppManifest,
}Fields§
§app_id: SlackAppId§manifest: SlackAppManifestTrait Implementations§
source§impl From<SlackApiAppsManifestUpdateRequestInit> for SlackApiAppsManifestUpdateRequest
impl From<SlackApiAppsManifestUpdateRequestInit> for SlackApiAppsManifestUpdateRequest
source§fn from(value: SlackApiAppsManifestUpdateRequestInit) -> Self
fn from(value: SlackApiAppsManifestUpdateRequestInit) -> Self
Converts to this type from the input type.