pub struct SlackApiAppsConnectionOpenResponseInit {
pub url: SlackWebSocketsUrl,
}Fields§
§url: SlackWebSocketsUrlTrait Implementations§
source§impl From<SlackApiAppsConnectionOpenResponseInit> for SlackApiAppsConnectionOpenResponse
impl From<SlackApiAppsConnectionOpenResponseInit> for SlackApiAppsConnectionOpenResponse
source§fn from(value: SlackApiAppsConnectionOpenResponseInit) -> Self
fn from(value: SlackApiAppsConnectionOpenResponseInit) -> Self
Converts to this type from the input type.