pub enum ClientResponsePayload {
Show 130 variants
Initialize(InitializeResponse),
ThreadStart(ThreadStartResponse),
ThreadResume(ThreadResumeResponse),
ThreadFork(ThreadForkResponse),
ThreadArchive(ThreadArchiveResponse),
ThreadDelete(ThreadDeleteResponse),
ThreadUnsubscribe(ThreadUnsubscribeResponse),
ThreadIncrementElicitation(ThreadIncrementElicitationResponse),
ThreadDecrementElicitation(ThreadDecrementElicitationResponse),
ThreadSetName(ThreadSetNameResponse),
ThreadGoalSet(ThreadGoalSetResponse),
ThreadGoalGet(ThreadGoalGetResponse),
ThreadGoalClear(ThreadGoalClearResponse),
ThreadMetadataUpdate(ThreadMetadataUpdateResponse),
ThreadSettingsUpdate(ThreadSettingsUpdateResponse),
ThreadMemoryModeSet(ThreadMemoryModeSetResponse),
MemoryReset(MemoryResetResponse),
ThreadUnarchive(ThreadUnarchiveResponse),
ThreadCompactStart(ThreadCompactStartResponse),
ThreadShellCommand(ThreadShellCommandResponse),
ThreadApproveGuardianDeniedAction(ThreadApproveGuardianDeniedActionResponse),
ThreadBackgroundTerminalsClean(ThreadBackgroundTerminalsCleanResponse),
ThreadBackgroundTerminalsList(ThreadBackgroundTerminalsListResponse),
ThreadBackgroundTerminalsTerminate(ThreadBackgroundTerminalsTerminateResponse),
ThreadRollback(ThreadRollbackResponse),
ThreadList(ThreadListResponse),
ThreadSearch(ThreadSearchResponse),
ThreadSearchOccurrences(ThreadSearchOccurrencesResponse),
ThreadLoadedList(ThreadLoadedListResponse),
ThreadRead(ThreadReadResponse),
ThreadTurnsList(ThreadTurnsListResponse),
ThreadItemsList(ThreadItemsListResponse),
ThreadInjectItems(ThreadInjectItemsResponse),
SkillsList(SkillsListResponse),
SkillsExtraRootsSet(SkillsExtraRootsSetResponse),
HooksList(HooksListResponse),
MarketplaceAdd(MarketplaceAddResponse),
MarketplaceRemove(MarketplaceRemoveResponse),
MarketplaceUpgrade(MarketplaceUpgradeResponse),
PluginList(PluginListResponse),
PluginInstalled(PluginInstalledResponse),
PluginRead(PluginReadResponse),
PluginSkillRead(PluginSkillReadResponse),
PluginShareSave(PluginShareSaveResponse),
PluginShareUpdateTargets(PluginShareUpdateTargetsResponse),
PluginShareList(PluginShareListResponse),
PluginShareCheckout(PluginShareCheckoutResponse),
PluginShareDelete(PluginShareDeleteResponse),
AppsRead(AppsReadResponse),
AppsList(AppsListResponse),
AppsInstalled(AppsInstalledResponse),
FsReadFile(FsReadFileResponse),
FsWriteFile(FsWriteFileResponse),
FsCreateDirectory(FsCreateDirectoryResponse),
FsGetMetadata(FsGetMetadataResponse),
FsReadDirectory(FsReadDirectoryResponse),
FsRemove(FsRemoveResponse),
FsCopy(FsCopyResponse),
FsWatch(FsWatchResponse),
FsUnwatch(FsUnwatchResponse),
SkillsConfigWrite(SkillsConfigWriteResponse),
PluginInstall(PluginInstallResponse),
PluginUninstall(PluginUninstallResponse),
TurnStart(TurnStartResponse),
TurnSteer(TurnSteerResponse),
TurnInterrupt(TurnInterruptResponse),
ThreadRealtimeStart(ThreadRealtimeStartResponse),
ThreadRealtimeAppendAudio(ThreadRealtimeAppendAudioResponse),
ThreadRealtimeAppendText(ThreadRealtimeAppendTextResponse),
ThreadRealtimeAppendSpeech(ThreadRealtimeAppendSpeechResponse),
ThreadRealtimeStop(ThreadRealtimeStopResponse),
ThreadRealtimeListVoices(ThreadRealtimeListVoicesResponse),
ReviewStart(ReviewStartResponse),
ModelList(ModelListResponse),
ModelProviderCapabilitiesRead(ModelProviderCapabilitiesReadResponse),
ExperimentalFeatureList(ExperimentalFeatureListResponse),
PermissionProfileList(PermissionProfileListResponse),
ExperimentalFeatureEnablementSet(ExperimentalFeatureEnablementSetResponse),
RemoteControlEnable(RemoteControlEnableResponse),
RemoteControlDisable(RemoteControlDisableResponse),
RemoteControlStatusRead(RemoteControlStatusReadResponse),
RemoteControlPairingStart(RemoteControlPairingStartResponse),
RemoteControlPairingStatus(RemoteControlPairingStatusResponse),
RemoteControlClientsList(RemoteControlClientsListResponse),
RemoteControlClientsRevoke(RemoteControlClientsRevokeResponse),
CollaborationModeList(CollaborationModeListResponse),
MockExperimentalMethod(MockExperimentalMethodResponse),
EnvironmentAdd(EnvironmentAddResponse),
EnvironmentInfo(EnvironmentInfoResponse),
EnvironmentStatus(EnvironmentStatusResponse),
McpServerOauthLogin(McpServerOauthLoginResponse),
McpServerRefresh(McpServerRefreshResponse),
McpServerStatusList(ListMcpServerStatusResponse),
McpResourceRead(McpResourceReadResponse),
McpServerToolCall(McpServerToolCallResponse),
WindowsSandboxSetupStart(WindowsSandboxSetupStartResponse),
WindowsSandboxReadiness(WindowsSandboxReadinessResponse),
LoginAccount(LoginAccountResponse),
CancelLoginAccount(CancelLoginAccountResponse),
LogoutAccount(LogoutAccountResponse),
GetAccountRateLimits(GetAccountRateLimitsResponse),
ConsumeAccountRateLimitResetCredit(ConsumeAccountRateLimitResetCreditResponse),
GetAccountTokenUsage(GetAccountTokenUsageResponse),
GetWorkspaceMessages(GetWorkspaceMessagesResponse),
SendAddCreditsNudgeEmail(SendAddCreditsNudgeEmailResponse),
FeedbackUpload(FeedbackUploadResponse),
OneOffCommandExec(CommandExecResponse),
CommandExecWrite(CommandExecWriteResponse),
CommandExecTerminate(CommandExecTerminateResponse),
CommandExecResize(CommandExecResizeResponse),
ProcessSpawn(ProcessSpawnResponse),
ProcessWriteStdin(ProcessWriteStdinResponse),
ProcessKill(ProcessKillResponse),
ProcessResizePty(ProcessResizePtyResponse),
ConfigRead(ConfigReadResponse),
ExternalAgentConfigDetect(ExternalAgentConfigDetectResponse),
ExternalAgentConfigImport(ExternalAgentConfigImportResponse),
ExternalAgentConfigImportHistoriesRead(ExternalAgentConfigImportHistoriesReadResponse),
ConfigValueWrite(ConfigWriteResponse),
ConfigBatchWrite(ConfigWriteResponse),
ConfigRequirementsRead(ConfigRequirementsReadResponse),
GetAccount(GetAccountResponse),
GetConversationSummary(GetConversationSummaryResponse),
GitDiffToRemote(GitDiffToRemoteResponse),
GetAuthStatus(GetAuthStatusResponse),
FuzzyFileSearch(FuzzyFileSearchResponse),
FuzzyFileSearchSessionStart(FuzzyFileSearchSessionStartResponse),
FuzzyFileSearchSessionUpdate(FuzzyFileSearchSessionUpdateResponse),
FuzzyFileSearchSessionStop(FuzzyFileSearchSessionStopResponse),
InterruptConversation(InterruptConversationResponse),
}Variants§
Initialize(InitializeResponse)
ThreadStart(ThreadStartResponse)
ThreadResume(ThreadResumeResponse)
ThreadFork(ThreadForkResponse)
ThreadArchive(ThreadArchiveResponse)
ThreadDelete(ThreadDeleteResponse)
ThreadUnsubscribe(ThreadUnsubscribeResponse)
ThreadIncrementElicitation(ThreadIncrementElicitationResponse)
ThreadDecrementElicitation(ThreadDecrementElicitationResponse)
ThreadSetName(ThreadSetNameResponse)
ThreadGoalSet(ThreadGoalSetResponse)
ThreadGoalGet(ThreadGoalGetResponse)
ThreadGoalClear(ThreadGoalClearResponse)
ThreadMetadataUpdate(ThreadMetadataUpdateResponse)
ThreadSettingsUpdate(ThreadSettingsUpdateResponse)
ThreadMemoryModeSet(ThreadMemoryModeSetResponse)
MemoryReset(MemoryResetResponse)
ThreadUnarchive(ThreadUnarchiveResponse)
ThreadCompactStart(ThreadCompactStartResponse)
ThreadShellCommand(ThreadShellCommandResponse)
ThreadApproveGuardianDeniedAction(ThreadApproveGuardianDeniedActionResponse)
ThreadBackgroundTerminalsClean(ThreadBackgroundTerminalsCleanResponse)
ThreadBackgroundTerminalsList(ThreadBackgroundTerminalsListResponse)
ThreadBackgroundTerminalsTerminate(ThreadBackgroundTerminalsTerminateResponse)
ThreadRollback(ThreadRollbackResponse)
ThreadList(ThreadListResponse)
ThreadSearch(ThreadSearchResponse)
ThreadSearchOccurrences(ThreadSearchOccurrencesResponse)
ThreadLoadedList(ThreadLoadedListResponse)
ThreadRead(ThreadReadResponse)
ThreadTurnsList(ThreadTurnsListResponse)
ThreadItemsList(ThreadItemsListResponse)
ThreadInjectItems(ThreadInjectItemsResponse)
SkillsList(SkillsListResponse)
SkillsExtraRootsSet(SkillsExtraRootsSetResponse)
HooksList(HooksListResponse)
MarketplaceAdd(MarketplaceAddResponse)
MarketplaceRemove(MarketplaceRemoveResponse)
MarketplaceUpgrade(MarketplaceUpgradeResponse)
PluginList(PluginListResponse)
PluginInstalled(PluginInstalledResponse)
PluginRead(PluginReadResponse)
PluginSkillRead(PluginSkillReadResponse)
AppsRead(AppsReadResponse)
AppsList(AppsListResponse)
AppsInstalled(AppsInstalledResponse)
FsReadFile(FsReadFileResponse)
FsWriteFile(FsWriteFileResponse)
FsCreateDirectory(FsCreateDirectoryResponse)
FsGetMetadata(FsGetMetadataResponse)
FsReadDirectory(FsReadDirectoryResponse)
FsRemove(FsRemoveResponse)
FsCopy(FsCopyResponse)
FsWatch(FsWatchResponse)
FsUnwatch(FsUnwatchResponse)
SkillsConfigWrite(SkillsConfigWriteResponse)
PluginInstall(PluginInstallResponse)
PluginUninstall(PluginUninstallResponse)
TurnStart(TurnStartResponse)
TurnSteer(TurnSteerResponse)
TurnInterrupt(TurnInterruptResponse)
ThreadRealtimeStart(ThreadRealtimeStartResponse)
ThreadRealtimeAppendAudio(ThreadRealtimeAppendAudioResponse)
ThreadRealtimeAppendText(ThreadRealtimeAppendTextResponse)
ThreadRealtimeAppendSpeech(ThreadRealtimeAppendSpeechResponse)
ThreadRealtimeStop(ThreadRealtimeStopResponse)
ThreadRealtimeListVoices(ThreadRealtimeListVoicesResponse)
ReviewStart(ReviewStartResponse)
ModelList(ModelListResponse)
ModelProviderCapabilitiesRead(ModelProviderCapabilitiesReadResponse)
ExperimentalFeatureList(ExperimentalFeatureListResponse)
PermissionProfileList(PermissionProfileListResponse)
ExperimentalFeatureEnablementSet(ExperimentalFeatureEnablementSetResponse)
RemoteControlEnable(RemoteControlEnableResponse)
RemoteControlDisable(RemoteControlDisableResponse)
RemoteControlStatusRead(RemoteControlStatusReadResponse)
RemoteControlPairingStart(RemoteControlPairingStartResponse)
RemoteControlPairingStatus(RemoteControlPairingStatusResponse)
RemoteControlClientsList(RemoteControlClientsListResponse)
RemoteControlClientsRevoke(RemoteControlClientsRevokeResponse)
CollaborationModeList(CollaborationModeListResponse)
MockExperimentalMethod(MockExperimentalMethodResponse)
EnvironmentAdd(EnvironmentAddResponse)
EnvironmentInfo(EnvironmentInfoResponse)
EnvironmentStatus(EnvironmentStatusResponse)
McpServerOauthLogin(McpServerOauthLoginResponse)
McpServerRefresh(McpServerRefreshResponse)
McpServerStatusList(ListMcpServerStatusResponse)
McpResourceRead(McpResourceReadResponse)
McpServerToolCall(McpServerToolCallResponse)
WindowsSandboxSetupStart(WindowsSandboxSetupStartResponse)
WindowsSandboxReadiness(WindowsSandboxReadinessResponse)
LoginAccount(LoginAccountResponse)
CancelLoginAccount(CancelLoginAccountResponse)
LogoutAccount(LogoutAccountResponse)
GetAccountRateLimits(GetAccountRateLimitsResponse)
ConsumeAccountRateLimitResetCredit(ConsumeAccountRateLimitResetCreditResponse)
GetAccountTokenUsage(GetAccountTokenUsageResponse)
GetWorkspaceMessages(GetWorkspaceMessagesResponse)
SendAddCreditsNudgeEmail(SendAddCreditsNudgeEmailResponse)
FeedbackUpload(FeedbackUploadResponse)
OneOffCommandExec(CommandExecResponse)
CommandExecWrite(CommandExecWriteResponse)
CommandExecTerminate(CommandExecTerminateResponse)
CommandExecResize(CommandExecResizeResponse)
ProcessSpawn(ProcessSpawnResponse)
ProcessWriteStdin(ProcessWriteStdinResponse)
ProcessKill(ProcessKillResponse)
ProcessResizePty(ProcessResizePtyResponse)
ConfigRead(ConfigReadResponse)
ExternalAgentConfigDetect(ExternalAgentConfigDetectResponse)
ExternalAgentConfigImport(ExternalAgentConfigImportResponse)
ExternalAgentConfigImportHistoriesRead(ExternalAgentConfigImportHistoriesReadResponse)
ConfigValueWrite(ConfigWriteResponse)
ConfigBatchWrite(ConfigWriteResponse)
ConfigRequirementsRead(ConfigRequirementsReadResponse)
GetAccount(GetAccountResponse)
GetConversationSummary(GetConversationSummaryResponse)
GitDiffToRemote(GitDiffToRemoteResponse)
GetAuthStatus(GetAuthStatusResponse)
FuzzyFileSearch(FuzzyFileSearchResponse)
FuzzyFileSearchSessionStart(FuzzyFileSearchSessionStartResponse)
FuzzyFileSearchSessionUpdate(FuzzyFileSearchSessionUpdateResponse)
FuzzyFileSearchSessionStop(FuzzyFileSearchSessionStopResponse)
InterruptConversation(InterruptConversationResponse)
Implementations§
Source§impl ClientResponsePayload
impl ClientResponsePayload
pub fn into_jsonrpc_parts_and_payload( self, request_id: RequestId, ) -> Result<(RequestId, Result, Option<ClientResponsePayload>), Error>
pub fn into_client_response( self, request_id: RequestId, ) -> Option<ClientResponse>
pub fn into_jsonrpc_parts( self, request_id: RequestId, ) -> Result<(RequestId, Result), Error>
pub fn to_jsonrpc_parts( &self, request_id: RequestId, ) -> Result<(RequestId, Result), Error>
Trait Implementations§
Source§impl Clone for ClientResponsePayload
impl Clone for ClientResponsePayload
Source§fn clone(&self) -> ClientResponsePayload
fn clone(&self) -> ClientResponsePayload
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ClientResponsePayload
impl Debug for ClientResponsePayload
Source§impl From<AppsInstalledResponse> for ClientResponsePayload
impl From<AppsInstalledResponse> for ClientResponsePayload
Source§fn from(response: AppsInstalledResponse) -> Self
fn from(response: AppsInstalledResponse) -> Self
Converts to this type from the input type.
Source§impl From<AppsListResponse> for ClientResponsePayload
impl From<AppsListResponse> for ClientResponsePayload
Source§fn from(response: AppsListResponse) -> Self
fn from(response: AppsListResponse) -> Self
Converts to this type from the input type.
Source§impl From<AppsReadResponse> for ClientResponsePayload
impl From<AppsReadResponse> for ClientResponsePayload
Source§fn from(response: AppsReadResponse) -> Self
fn from(response: AppsReadResponse) -> Self
Converts to this type from the input type.
Source§impl From<CancelLoginAccountResponse> for ClientResponsePayload
impl From<CancelLoginAccountResponse> for ClientResponsePayload
Source§fn from(response: CancelLoginAccountResponse) -> Self
fn from(response: CancelLoginAccountResponse) -> Self
Converts to this type from the input type.
Source§impl From<CollaborationModeListResponse> for ClientResponsePayload
impl From<CollaborationModeListResponse> for ClientResponsePayload
Source§fn from(response: CollaborationModeListResponse) -> Self
fn from(response: CollaborationModeListResponse) -> Self
Converts to this type from the input type.
Source§impl From<CommandExecResizeResponse> for ClientResponsePayload
impl From<CommandExecResizeResponse> for ClientResponsePayload
Source§fn from(response: CommandExecResizeResponse) -> Self
fn from(response: CommandExecResizeResponse) -> Self
Converts to this type from the input type.
Source§impl From<CommandExecResponse> for ClientResponsePayload
impl From<CommandExecResponse> for ClientResponsePayload
Source§fn from(response: CommandExecResponse) -> Self
fn from(response: CommandExecResponse) -> Self
Converts to this type from the input type.
Source§impl From<CommandExecTerminateResponse> for ClientResponsePayload
impl From<CommandExecTerminateResponse> for ClientResponsePayload
Source§fn from(response: CommandExecTerminateResponse) -> Self
fn from(response: CommandExecTerminateResponse) -> Self
Converts to this type from the input type.
Source§impl From<CommandExecWriteResponse> for ClientResponsePayload
impl From<CommandExecWriteResponse> for ClientResponsePayload
Source§fn from(response: CommandExecWriteResponse) -> Self
fn from(response: CommandExecWriteResponse) -> Self
Converts to this type from the input type.
Source§impl From<ConfigReadResponse> for ClientResponsePayload
impl From<ConfigReadResponse> for ClientResponsePayload
Source§fn from(response: ConfigReadResponse) -> Self
fn from(response: ConfigReadResponse) -> Self
Converts to this type from the input type.
Source§impl From<ConfigRequirementsReadResponse> for ClientResponsePayload
impl From<ConfigRequirementsReadResponse> for ClientResponsePayload
Source§fn from(response: ConfigRequirementsReadResponse) -> Self
fn from(response: ConfigRequirementsReadResponse) -> Self
Converts to this type from the input type.
Source§impl From<ConsumeAccountRateLimitResetCreditResponse> for ClientResponsePayload
impl From<ConsumeAccountRateLimitResetCreditResponse> for ClientResponsePayload
Source§fn from(response: ConsumeAccountRateLimitResetCreditResponse) -> Self
fn from(response: ConsumeAccountRateLimitResetCreditResponse) -> Self
Converts to this type from the input type.
Source§impl From<EnvironmentAddResponse> for ClientResponsePayload
impl From<EnvironmentAddResponse> for ClientResponsePayload
Source§fn from(response: EnvironmentAddResponse) -> Self
fn from(response: EnvironmentAddResponse) -> Self
Converts to this type from the input type.
Source§impl From<EnvironmentInfoResponse> for ClientResponsePayload
impl From<EnvironmentInfoResponse> for ClientResponsePayload
Source§fn from(response: EnvironmentInfoResponse) -> Self
fn from(response: EnvironmentInfoResponse) -> Self
Converts to this type from the input type.
Source§impl From<EnvironmentStatusResponse> for ClientResponsePayload
impl From<EnvironmentStatusResponse> for ClientResponsePayload
Source§fn from(response: EnvironmentStatusResponse) -> Self
fn from(response: EnvironmentStatusResponse) -> Self
Converts to this type from the input type.
Source§impl From<ExperimentalFeatureEnablementSetResponse> for ClientResponsePayload
impl From<ExperimentalFeatureEnablementSetResponse> for ClientResponsePayload
Source§fn from(response: ExperimentalFeatureEnablementSetResponse) -> Self
fn from(response: ExperimentalFeatureEnablementSetResponse) -> Self
Converts to this type from the input type.
Source§impl From<ExperimentalFeatureListResponse> for ClientResponsePayload
impl From<ExperimentalFeatureListResponse> for ClientResponsePayload
Source§fn from(response: ExperimentalFeatureListResponse) -> Self
fn from(response: ExperimentalFeatureListResponse) -> Self
Converts to this type from the input type.
Source§impl From<ExternalAgentConfigDetectResponse> for ClientResponsePayload
impl From<ExternalAgentConfigDetectResponse> for ClientResponsePayload
Source§fn from(response: ExternalAgentConfigDetectResponse) -> Self
fn from(response: ExternalAgentConfigDetectResponse) -> Self
Converts to this type from the input type.
Source§impl From<ExternalAgentConfigImportHistoriesReadResponse> for ClientResponsePayload
impl From<ExternalAgentConfigImportHistoriesReadResponse> for ClientResponsePayload
Source§fn from(response: ExternalAgentConfigImportHistoriesReadResponse) -> Self
fn from(response: ExternalAgentConfigImportHistoriesReadResponse) -> Self
Converts to this type from the input type.
Source§impl From<ExternalAgentConfigImportResponse> for ClientResponsePayload
impl From<ExternalAgentConfigImportResponse> for ClientResponsePayload
Source§fn from(response: ExternalAgentConfigImportResponse) -> Self
fn from(response: ExternalAgentConfigImportResponse) -> Self
Converts to this type from the input type.
Source§impl From<FeedbackUploadResponse> for ClientResponsePayload
impl From<FeedbackUploadResponse> for ClientResponsePayload
Source§fn from(response: FeedbackUploadResponse) -> Self
fn from(response: FeedbackUploadResponse) -> Self
Converts to this type from the input type.
Source§impl From<FsCopyResponse> for ClientResponsePayload
impl From<FsCopyResponse> for ClientResponsePayload
Source§fn from(response: FsCopyResponse) -> Self
fn from(response: FsCopyResponse) -> Self
Converts to this type from the input type.
Source§impl From<FsCreateDirectoryResponse> for ClientResponsePayload
impl From<FsCreateDirectoryResponse> for ClientResponsePayload
Source§fn from(response: FsCreateDirectoryResponse) -> Self
fn from(response: FsCreateDirectoryResponse) -> Self
Converts to this type from the input type.
Source§impl From<FsGetMetadataResponse> for ClientResponsePayload
impl From<FsGetMetadataResponse> for ClientResponsePayload
Source§fn from(response: FsGetMetadataResponse) -> Self
fn from(response: FsGetMetadataResponse) -> Self
Converts to this type from the input type.
Source§impl From<FsReadDirectoryResponse> for ClientResponsePayload
impl From<FsReadDirectoryResponse> for ClientResponsePayload
Source§fn from(response: FsReadDirectoryResponse) -> Self
fn from(response: FsReadDirectoryResponse) -> Self
Converts to this type from the input type.
Source§impl From<FsReadFileResponse> for ClientResponsePayload
impl From<FsReadFileResponse> for ClientResponsePayload
Source§fn from(response: FsReadFileResponse) -> Self
fn from(response: FsReadFileResponse) -> Self
Converts to this type from the input type.
Source§impl From<FsRemoveResponse> for ClientResponsePayload
impl From<FsRemoveResponse> for ClientResponsePayload
Source§fn from(response: FsRemoveResponse) -> Self
fn from(response: FsRemoveResponse) -> Self
Converts to this type from the input type.
Source§impl From<FsUnwatchResponse> for ClientResponsePayload
impl From<FsUnwatchResponse> for ClientResponsePayload
Source§fn from(response: FsUnwatchResponse) -> Self
fn from(response: FsUnwatchResponse) -> Self
Converts to this type from the input type.
Source§impl From<FsWatchResponse> for ClientResponsePayload
impl From<FsWatchResponse> for ClientResponsePayload
Source§fn from(response: FsWatchResponse) -> Self
fn from(response: FsWatchResponse) -> Self
Converts to this type from the input type.
Source§impl From<FsWriteFileResponse> for ClientResponsePayload
impl From<FsWriteFileResponse> for ClientResponsePayload
Source§fn from(response: FsWriteFileResponse) -> Self
fn from(response: FsWriteFileResponse) -> Self
Converts to this type from the input type.
Source§impl From<FuzzyFileSearchResponse> for ClientResponsePayload
impl From<FuzzyFileSearchResponse> for ClientResponsePayload
Source§fn from(response: FuzzyFileSearchResponse) -> Self
fn from(response: FuzzyFileSearchResponse) -> Self
Converts to this type from the input type.
Source§impl From<FuzzyFileSearchSessionStartResponse> for ClientResponsePayload
impl From<FuzzyFileSearchSessionStartResponse> for ClientResponsePayload
Source§fn from(response: FuzzyFileSearchSessionStartResponse) -> Self
fn from(response: FuzzyFileSearchSessionStartResponse) -> Self
Converts to this type from the input type.
Source§impl From<FuzzyFileSearchSessionStopResponse> for ClientResponsePayload
impl From<FuzzyFileSearchSessionStopResponse> for ClientResponsePayload
Source§fn from(response: FuzzyFileSearchSessionStopResponse) -> Self
fn from(response: FuzzyFileSearchSessionStopResponse) -> Self
Converts to this type from the input type.
Source§impl From<FuzzyFileSearchSessionUpdateResponse> for ClientResponsePayload
impl From<FuzzyFileSearchSessionUpdateResponse> for ClientResponsePayload
Source§fn from(response: FuzzyFileSearchSessionUpdateResponse) -> Self
fn from(response: FuzzyFileSearchSessionUpdateResponse) -> Self
Converts to this type from the input type.
Source§impl From<GetAccountRateLimitsResponse> for ClientResponsePayload
impl From<GetAccountRateLimitsResponse> for ClientResponsePayload
Source§fn from(response: GetAccountRateLimitsResponse) -> Self
fn from(response: GetAccountRateLimitsResponse) -> Self
Converts to this type from the input type.
Source§impl From<GetAccountResponse> for ClientResponsePayload
impl From<GetAccountResponse> for ClientResponsePayload
Source§fn from(response: GetAccountResponse) -> Self
fn from(response: GetAccountResponse) -> Self
Converts to this type from the input type.
Source§impl From<GetAccountTokenUsageResponse> for ClientResponsePayload
impl From<GetAccountTokenUsageResponse> for ClientResponsePayload
Source§fn from(response: GetAccountTokenUsageResponse) -> Self
fn from(response: GetAccountTokenUsageResponse) -> Self
Converts to this type from the input type.
Source§impl From<GetAuthStatusResponse> for ClientResponsePayload
impl From<GetAuthStatusResponse> for ClientResponsePayload
Source§fn from(response: GetAuthStatusResponse) -> Self
fn from(response: GetAuthStatusResponse) -> Self
Converts to this type from the input type.
Source§impl From<GetConversationSummaryResponse> for ClientResponsePayload
impl From<GetConversationSummaryResponse> for ClientResponsePayload
Source§fn from(response: GetConversationSummaryResponse) -> Self
fn from(response: GetConversationSummaryResponse) -> Self
Converts to this type from the input type.
Source§impl From<GetWorkspaceMessagesResponse> for ClientResponsePayload
impl From<GetWorkspaceMessagesResponse> for ClientResponsePayload
Source§fn from(response: GetWorkspaceMessagesResponse) -> Self
fn from(response: GetWorkspaceMessagesResponse) -> Self
Converts to this type from the input type.
Source§impl From<GitDiffToRemoteResponse> for ClientResponsePayload
impl From<GitDiffToRemoteResponse> for ClientResponsePayload
Source§fn from(response: GitDiffToRemoteResponse) -> Self
fn from(response: GitDiffToRemoteResponse) -> Self
Converts to this type from the input type.
Source§impl From<HooksListResponse> for ClientResponsePayload
impl From<HooksListResponse> for ClientResponsePayload
Source§fn from(response: HooksListResponse) -> Self
fn from(response: HooksListResponse) -> Self
Converts to this type from the input type.
Source§impl From<InitializeResponse> for ClientResponsePayload
impl From<InitializeResponse> for ClientResponsePayload
Source§fn from(response: InitializeResponse) -> Self
fn from(response: InitializeResponse) -> Self
Converts to this type from the input type.
Source§impl From<InterruptConversationResponse> for ClientResponsePayload
impl From<InterruptConversationResponse> for ClientResponsePayload
Source§fn from(response: InterruptConversationResponse) -> Self
fn from(response: InterruptConversationResponse) -> Self
Converts to this type from the input type.
Source§impl From<ListMcpServerStatusResponse> for ClientResponsePayload
impl From<ListMcpServerStatusResponse> for ClientResponsePayload
Source§fn from(response: ListMcpServerStatusResponse) -> Self
fn from(response: ListMcpServerStatusResponse) -> Self
Converts to this type from the input type.
Source§impl From<LoginAccountResponse> for ClientResponsePayload
impl From<LoginAccountResponse> for ClientResponsePayload
Source§fn from(response: LoginAccountResponse) -> Self
fn from(response: LoginAccountResponse) -> Self
Converts to this type from the input type.
Source§impl From<LogoutAccountResponse> for ClientResponsePayload
impl From<LogoutAccountResponse> for ClientResponsePayload
Source§fn from(response: LogoutAccountResponse) -> Self
fn from(response: LogoutAccountResponse) -> Self
Converts to this type from the input type.
Source§impl From<MarketplaceAddResponse> for ClientResponsePayload
impl From<MarketplaceAddResponse> for ClientResponsePayload
Source§fn from(response: MarketplaceAddResponse) -> Self
fn from(response: MarketplaceAddResponse) -> Self
Converts to this type from the input type.
Source§impl From<MarketplaceRemoveResponse> for ClientResponsePayload
impl From<MarketplaceRemoveResponse> for ClientResponsePayload
Source§fn from(response: MarketplaceRemoveResponse) -> Self
fn from(response: MarketplaceRemoveResponse) -> Self
Converts to this type from the input type.
Source§impl From<MarketplaceUpgradeResponse> for ClientResponsePayload
impl From<MarketplaceUpgradeResponse> for ClientResponsePayload
Source§fn from(response: MarketplaceUpgradeResponse) -> Self
fn from(response: MarketplaceUpgradeResponse) -> Self
Converts to this type from the input type.
Source§impl From<McpResourceReadResponse> for ClientResponsePayload
impl From<McpResourceReadResponse> for ClientResponsePayload
Source§fn from(response: McpResourceReadResponse) -> Self
fn from(response: McpResourceReadResponse) -> Self
Converts to this type from the input type.
Source§impl From<McpServerOauthLoginResponse> for ClientResponsePayload
impl From<McpServerOauthLoginResponse> for ClientResponsePayload
Source§fn from(response: McpServerOauthLoginResponse) -> Self
fn from(response: McpServerOauthLoginResponse) -> Self
Converts to this type from the input type.
Source§impl From<McpServerRefreshResponse> for ClientResponsePayload
impl From<McpServerRefreshResponse> for ClientResponsePayload
Source§fn from(response: McpServerRefreshResponse) -> Self
fn from(response: McpServerRefreshResponse) -> Self
Converts to this type from the input type.
Source§impl From<McpServerToolCallResponse> for ClientResponsePayload
impl From<McpServerToolCallResponse> for ClientResponsePayload
Source§fn from(response: McpServerToolCallResponse) -> Self
fn from(response: McpServerToolCallResponse) -> Self
Converts to this type from the input type.
Source§impl From<MemoryResetResponse> for ClientResponsePayload
impl From<MemoryResetResponse> for ClientResponsePayload
Source§fn from(response: MemoryResetResponse) -> Self
fn from(response: MemoryResetResponse) -> Self
Converts to this type from the input type.
Source§impl From<MockExperimentalMethodResponse> for ClientResponsePayload
impl From<MockExperimentalMethodResponse> for ClientResponsePayload
Source§fn from(response: MockExperimentalMethodResponse) -> Self
fn from(response: MockExperimentalMethodResponse) -> Self
Converts to this type from the input type.
Source§impl From<ModelListResponse> for ClientResponsePayload
impl From<ModelListResponse> for ClientResponsePayload
Source§fn from(response: ModelListResponse) -> Self
fn from(response: ModelListResponse) -> Self
Converts to this type from the input type.
Source§impl From<ModelProviderCapabilitiesReadResponse> for ClientResponsePayload
impl From<ModelProviderCapabilitiesReadResponse> for ClientResponsePayload
Source§fn from(response: ModelProviderCapabilitiesReadResponse) -> Self
fn from(response: ModelProviderCapabilitiesReadResponse) -> Self
Converts to this type from the input type.
Source§impl From<PermissionProfileListResponse> for ClientResponsePayload
impl From<PermissionProfileListResponse> for ClientResponsePayload
Source§fn from(response: PermissionProfileListResponse) -> Self
fn from(response: PermissionProfileListResponse) -> Self
Converts to this type from the input type.
Source§impl From<PluginInstallResponse> for ClientResponsePayload
impl From<PluginInstallResponse> for ClientResponsePayload
Source§fn from(response: PluginInstallResponse) -> Self
fn from(response: PluginInstallResponse) -> Self
Converts to this type from the input type.
Source§impl From<PluginInstalledResponse> for ClientResponsePayload
impl From<PluginInstalledResponse> for ClientResponsePayload
Source§fn from(response: PluginInstalledResponse) -> Self
fn from(response: PluginInstalledResponse) -> Self
Converts to this type from the input type.
Source§impl From<PluginListResponse> for ClientResponsePayload
impl From<PluginListResponse> for ClientResponsePayload
Source§fn from(response: PluginListResponse) -> Self
fn from(response: PluginListResponse) -> Self
Converts to this type from the input type.
Source§impl From<PluginReadResponse> for ClientResponsePayload
impl From<PluginReadResponse> for ClientResponsePayload
Source§fn from(response: PluginReadResponse) -> Self
fn from(response: PluginReadResponse) -> Self
Converts to this type from the input type.
Source§fn from(response: PluginShareCheckoutResponse) -> Self
fn from(response: PluginShareCheckoutResponse) -> Self
Converts to this type from the input type.
Source§fn from(response: PluginShareDeleteResponse) -> Self
fn from(response: PluginShareDeleteResponse) -> Self
Converts to this type from the input type.
Source§fn from(response: PluginShareListResponse) -> Self
fn from(response: PluginShareListResponse) -> Self
Converts to this type from the input type.
Source§fn from(response: PluginShareSaveResponse) -> Self
fn from(response: PluginShareSaveResponse) -> Self
Converts to this type from the input type.
Source§fn from(response: PluginShareUpdateTargetsResponse) -> Self
fn from(response: PluginShareUpdateTargetsResponse) -> Self
Converts to this type from the input type.
Source§impl From<PluginSkillReadResponse> for ClientResponsePayload
impl From<PluginSkillReadResponse> for ClientResponsePayload
Source§fn from(response: PluginSkillReadResponse) -> Self
fn from(response: PluginSkillReadResponse) -> Self
Converts to this type from the input type.
Source§impl From<PluginUninstallResponse> for ClientResponsePayload
impl From<PluginUninstallResponse> for ClientResponsePayload
Source§fn from(response: PluginUninstallResponse) -> Self
fn from(response: PluginUninstallResponse) -> Self
Converts to this type from the input type.
Source§impl From<ProcessKillResponse> for ClientResponsePayload
impl From<ProcessKillResponse> for ClientResponsePayload
Source§fn from(response: ProcessKillResponse) -> Self
fn from(response: ProcessKillResponse) -> Self
Converts to this type from the input type.
Source§impl From<ProcessResizePtyResponse> for ClientResponsePayload
impl From<ProcessResizePtyResponse> for ClientResponsePayload
Source§fn from(response: ProcessResizePtyResponse) -> Self
fn from(response: ProcessResizePtyResponse) -> Self
Converts to this type from the input type.
Source§impl From<ProcessSpawnResponse> for ClientResponsePayload
impl From<ProcessSpawnResponse> for ClientResponsePayload
Source§fn from(response: ProcessSpawnResponse) -> Self
fn from(response: ProcessSpawnResponse) -> Self
Converts to this type from the input type.
Source§impl From<ProcessWriteStdinResponse> for ClientResponsePayload
impl From<ProcessWriteStdinResponse> for ClientResponsePayload
Source§fn from(response: ProcessWriteStdinResponse) -> Self
fn from(response: ProcessWriteStdinResponse) -> Self
Converts to this type from the input type.
Source§impl From<RemoteControlClientsListResponse> for ClientResponsePayload
impl From<RemoteControlClientsListResponse> for ClientResponsePayload
Source§fn from(response: RemoteControlClientsListResponse) -> Self
fn from(response: RemoteControlClientsListResponse) -> Self
Converts to this type from the input type.
Source§impl From<RemoteControlClientsRevokeResponse> for ClientResponsePayload
impl From<RemoteControlClientsRevokeResponse> for ClientResponsePayload
Source§fn from(response: RemoteControlClientsRevokeResponse) -> Self
fn from(response: RemoteControlClientsRevokeResponse) -> Self
Converts to this type from the input type.
Source§impl From<RemoteControlDisableResponse> for ClientResponsePayload
impl From<RemoteControlDisableResponse> for ClientResponsePayload
Source§fn from(response: RemoteControlDisableResponse) -> Self
fn from(response: RemoteControlDisableResponse) -> Self
Converts to this type from the input type.
Source§impl From<RemoteControlEnableResponse> for ClientResponsePayload
impl From<RemoteControlEnableResponse> for ClientResponsePayload
Source§fn from(response: RemoteControlEnableResponse) -> Self
fn from(response: RemoteControlEnableResponse) -> Self
Converts to this type from the input type.
Source§impl From<RemoteControlPairingStartResponse> for ClientResponsePayload
impl From<RemoteControlPairingStartResponse> for ClientResponsePayload
Source§fn from(response: RemoteControlPairingStartResponse) -> Self
fn from(response: RemoteControlPairingStartResponse) -> Self
Converts to this type from the input type.
Source§impl From<RemoteControlPairingStatusResponse> for ClientResponsePayload
impl From<RemoteControlPairingStatusResponse> for ClientResponsePayload
Source§fn from(response: RemoteControlPairingStatusResponse) -> Self
fn from(response: RemoteControlPairingStatusResponse) -> Self
Converts to this type from the input type.
Source§impl From<RemoteControlStatusReadResponse> for ClientResponsePayload
impl From<RemoteControlStatusReadResponse> for ClientResponsePayload
Source§fn from(response: RemoteControlStatusReadResponse) -> Self
fn from(response: RemoteControlStatusReadResponse) -> Self
Converts to this type from the input type.
Source§impl From<ReviewStartResponse> for ClientResponsePayload
impl From<ReviewStartResponse> for ClientResponsePayload
Source§fn from(response: ReviewStartResponse) -> Self
fn from(response: ReviewStartResponse) -> Self
Converts to this type from the input type.
Source§impl From<SendAddCreditsNudgeEmailResponse> for ClientResponsePayload
impl From<SendAddCreditsNudgeEmailResponse> for ClientResponsePayload
Source§fn from(response: SendAddCreditsNudgeEmailResponse) -> Self
fn from(response: SendAddCreditsNudgeEmailResponse) -> Self
Converts to this type from the input type.
Source§impl From<SkillsConfigWriteResponse> for ClientResponsePayload
impl From<SkillsConfigWriteResponse> for ClientResponsePayload
Source§fn from(response: SkillsConfigWriteResponse) -> Self
fn from(response: SkillsConfigWriteResponse) -> Self
Converts to this type from the input type.
Source§impl From<SkillsExtraRootsSetResponse> for ClientResponsePayload
impl From<SkillsExtraRootsSetResponse> for ClientResponsePayload
Source§fn from(response: SkillsExtraRootsSetResponse) -> Self
fn from(response: SkillsExtraRootsSetResponse) -> Self
Converts to this type from the input type.
Source§impl From<SkillsListResponse> for ClientResponsePayload
impl From<SkillsListResponse> for ClientResponsePayload
Source§fn from(response: SkillsListResponse) -> Self
fn from(response: SkillsListResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadApproveGuardianDeniedActionResponse> for ClientResponsePayload
impl From<ThreadApproveGuardianDeniedActionResponse> for ClientResponsePayload
Source§fn from(response: ThreadApproveGuardianDeniedActionResponse) -> Self
fn from(response: ThreadApproveGuardianDeniedActionResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadArchiveResponse> for ClientResponsePayload
impl From<ThreadArchiveResponse> for ClientResponsePayload
Source§fn from(response: ThreadArchiveResponse) -> Self
fn from(response: ThreadArchiveResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadBackgroundTerminalsCleanResponse> for ClientResponsePayload
impl From<ThreadBackgroundTerminalsCleanResponse> for ClientResponsePayload
Source§fn from(response: ThreadBackgroundTerminalsCleanResponse) -> Self
fn from(response: ThreadBackgroundTerminalsCleanResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadBackgroundTerminalsListResponse> for ClientResponsePayload
impl From<ThreadBackgroundTerminalsListResponse> for ClientResponsePayload
Source§fn from(response: ThreadBackgroundTerminalsListResponse) -> Self
fn from(response: ThreadBackgroundTerminalsListResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadBackgroundTerminalsTerminateResponse> for ClientResponsePayload
impl From<ThreadBackgroundTerminalsTerminateResponse> for ClientResponsePayload
Source§fn from(response: ThreadBackgroundTerminalsTerminateResponse) -> Self
fn from(response: ThreadBackgroundTerminalsTerminateResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadCompactStartResponse> for ClientResponsePayload
impl From<ThreadCompactStartResponse> for ClientResponsePayload
Source§fn from(response: ThreadCompactStartResponse) -> Self
fn from(response: ThreadCompactStartResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadDecrementElicitationResponse> for ClientResponsePayload
impl From<ThreadDecrementElicitationResponse> for ClientResponsePayload
Source§fn from(response: ThreadDecrementElicitationResponse) -> Self
fn from(response: ThreadDecrementElicitationResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadDeleteResponse> for ClientResponsePayload
impl From<ThreadDeleteResponse> for ClientResponsePayload
Source§fn from(response: ThreadDeleteResponse) -> Self
fn from(response: ThreadDeleteResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadForkResponse> for ClientResponsePayload
impl From<ThreadForkResponse> for ClientResponsePayload
Source§fn from(response: ThreadForkResponse) -> Self
fn from(response: ThreadForkResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadGoalClearResponse> for ClientResponsePayload
impl From<ThreadGoalClearResponse> for ClientResponsePayload
Source§fn from(response: ThreadGoalClearResponse) -> Self
fn from(response: ThreadGoalClearResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadGoalGetResponse> for ClientResponsePayload
impl From<ThreadGoalGetResponse> for ClientResponsePayload
Source§fn from(response: ThreadGoalGetResponse) -> Self
fn from(response: ThreadGoalGetResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadGoalSetResponse> for ClientResponsePayload
impl From<ThreadGoalSetResponse> for ClientResponsePayload
Source§fn from(response: ThreadGoalSetResponse) -> Self
fn from(response: ThreadGoalSetResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadIncrementElicitationResponse> for ClientResponsePayload
impl From<ThreadIncrementElicitationResponse> for ClientResponsePayload
Source§fn from(response: ThreadIncrementElicitationResponse) -> Self
fn from(response: ThreadIncrementElicitationResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadInjectItemsResponse> for ClientResponsePayload
impl From<ThreadInjectItemsResponse> for ClientResponsePayload
Source§fn from(response: ThreadInjectItemsResponse) -> Self
fn from(response: ThreadInjectItemsResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadItemsListResponse> for ClientResponsePayload
impl From<ThreadItemsListResponse> for ClientResponsePayload
Source§fn from(response: ThreadItemsListResponse) -> Self
fn from(response: ThreadItemsListResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadListResponse> for ClientResponsePayload
impl From<ThreadListResponse> for ClientResponsePayload
Source§fn from(response: ThreadListResponse) -> Self
fn from(response: ThreadListResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadLoadedListResponse> for ClientResponsePayload
impl From<ThreadLoadedListResponse> for ClientResponsePayload
Source§fn from(response: ThreadLoadedListResponse) -> Self
fn from(response: ThreadLoadedListResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadMemoryModeSetResponse> for ClientResponsePayload
impl From<ThreadMemoryModeSetResponse> for ClientResponsePayload
Source§fn from(response: ThreadMemoryModeSetResponse) -> Self
fn from(response: ThreadMemoryModeSetResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadMetadataUpdateResponse> for ClientResponsePayload
impl From<ThreadMetadataUpdateResponse> for ClientResponsePayload
Source§fn from(response: ThreadMetadataUpdateResponse) -> Self
fn from(response: ThreadMetadataUpdateResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadReadResponse> for ClientResponsePayload
impl From<ThreadReadResponse> for ClientResponsePayload
Source§fn from(response: ThreadReadResponse) -> Self
fn from(response: ThreadReadResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadRealtimeAppendAudioResponse> for ClientResponsePayload
impl From<ThreadRealtimeAppendAudioResponse> for ClientResponsePayload
Source§fn from(response: ThreadRealtimeAppendAudioResponse) -> Self
fn from(response: ThreadRealtimeAppendAudioResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadRealtimeAppendSpeechResponse> for ClientResponsePayload
impl From<ThreadRealtimeAppendSpeechResponse> for ClientResponsePayload
Source§fn from(response: ThreadRealtimeAppendSpeechResponse) -> Self
fn from(response: ThreadRealtimeAppendSpeechResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadRealtimeAppendTextResponse> for ClientResponsePayload
impl From<ThreadRealtimeAppendTextResponse> for ClientResponsePayload
Source§fn from(response: ThreadRealtimeAppendTextResponse) -> Self
fn from(response: ThreadRealtimeAppendTextResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadRealtimeListVoicesResponse> for ClientResponsePayload
impl From<ThreadRealtimeListVoicesResponse> for ClientResponsePayload
Source§fn from(response: ThreadRealtimeListVoicesResponse) -> Self
fn from(response: ThreadRealtimeListVoicesResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadRealtimeStartResponse> for ClientResponsePayload
impl From<ThreadRealtimeStartResponse> for ClientResponsePayload
Source§fn from(response: ThreadRealtimeStartResponse) -> Self
fn from(response: ThreadRealtimeStartResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadRealtimeStopResponse> for ClientResponsePayload
impl From<ThreadRealtimeStopResponse> for ClientResponsePayload
Source§fn from(response: ThreadRealtimeStopResponse) -> Self
fn from(response: ThreadRealtimeStopResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadResumeResponse> for ClientResponsePayload
impl From<ThreadResumeResponse> for ClientResponsePayload
Source§fn from(response: ThreadResumeResponse) -> Self
fn from(response: ThreadResumeResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadRollbackResponse> for ClientResponsePayload
impl From<ThreadRollbackResponse> for ClientResponsePayload
Source§fn from(response: ThreadRollbackResponse) -> Self
fn from(response: ThreadRollbackResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadSearchOccurrencesResponse> for ClientResponsePayload
impl From<ThreadSearchOccurrencesResponse> for ClientResponsePayload
Source§fn from(response: ThreadSearchOccurrencesResponse) -> Self
fn from(response: ThreadSearchOccurrencesResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadSearchResponse> for ClientResponsePayload
impl From<ThreadSearchResponse> for ClientResponsePayload
Source§fn from(response: ThreadSearchResponse) -> Self
fn from(response: ThreadSearchResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadSetNameResponse> for ClientResponsePayload
impl From<ThreadSetNameResponse> for ClientResponsePayload
Source§fn from(response: ThreadSetNameResponse) -> Self
fn from(response: ThreadSetNameResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadSettingsUpdateResponse> for ClientResponsePayload
impl From<ThreadSettingsUpdateResponse> for ClientResponsePayload
Source§fn from(response: ThreadSettingsUpdateResponse) -> Self
fn from(response: ThreadSettingsUpdateResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadShellCommandResponse> for ClientResponsePayload
impl From<ThreadShellCommandResponse> for ClientResponsePayload
Source§fn from(response: ThreadShellCommandResponse) -> Self
fn from(response: ThreadShellCommandResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadStartResponse> for ClientResponsePayload
impl From<ThreadStartResponse> for ClientResponsePayload
Source§fn from(response: ThreadStartResponse) -> Self
fn from(response: ThreadStartResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadTurnsListResponse> for ClientResponsePayload
impl From<ThreadTurnsListResponse> for ClientResponsePayload
Source§fn from(response: ThreadTurnsListResponse) -> Self
fn from(response: ThreadTurnsListResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadUnarchiveResponse> for ClientResponsePayload
impl From<ThreadUnarchiveResponse> for ClientResponsePayload
Source§fn from(response: ThreadUnarchiveResponse) -> Self
fn from(response: ThreadUnarchiveResponse) -> Self
Converts to this type from the input type.
Source§impl From<ThreadUnsubscribeResponse> for ClientResponsePayload
impl From<ThreadUnsubscribeResponse> for ClientResponsePayload
Source§fn from(response: ThreadUnsubscribeResponse) -> Self
fn from(response: ThreadUnsubscribeResponse) -> Self
Converts to this type from the input type.
Source§impl From<TurnInterruptResponse> for ClientResponsePayload
impl From<TurnInterruptResponse> for ClientResponsePayload
Source§fn from(response: TurnInterruptResponse) -> Self
fn from(response: TurnInterruptResponse) -> Self
Converts to this type from the input type.
Source§impl From<TurnStartResponse> for ClientResponsePayload
impl From<TurnStartResponse> for ClientResponsePayload
Source§fn from(response: TurnStartResponse) -> Self
fn from(response: TurnStartResponse) -> Self
Converts to this type from the input type.
Source§impl From<TurnSteerResponse> for ClientResponsePayload
impl From<TurnSteerResponse> for ClientResponsePayload
Source§fn from(response: TurnSteerResponse) -> Self
fn from(response: TurnSteerResponse) -> Self
Converts to this type from the input type.
Source§impl From<WindowsSandboxReadinessResponse> for ClientResponsePayload
impl From<WindowsSandboxReadinessResponse> for ClientResponsePayload
Source§fn from(response: WindowsSandboxReadinessResponse) -> Self
fn from(response: WindowsSandboxReadinessResponse) -> Self
Converts to this type from the input type.
Source§impl From<WindowsSandboxSetupStartResponse> for ClientResponsePayload
impl From<WindowsSandboxSetupStartResponse> for ClientResponsePayload
Source§fn from(response: WindowsSandboxSetupStartResponse) -> Self
fn from(response: WindowsSandboxSetupStartResponse) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ClientResponsePayload
impl RefUnwindSafe for ClientResponsePayload
impl Send for ClientResponsePayload
impl Sync for ClientResponsePayload
impl Unpin for ClientResponsePayload
impl UnsafeUnpin for ClientResponsePayload
impl UnwindSafe for ClientResponsePayload
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> ErasedDestructor for Twhere
T: 'static,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more