Skip to main content

ClientResponsePayload

Enum ClientResponsePayload 

Source
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)

§

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)

Implementations§

Trait Implementations§

Source§

impl Clone for ClientResponsePayload

Source§

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)

Performs copy-assignment from source. Read more
Source§

impl Debug for ClientResponsePayload

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl From<AppsInstalledResponse> for ClientResponsePayload

Source§

fn from(response: AppsInstalledResponse) -> Self

Converts to this type from the input type.
Source§

impl From<AppsListResponse> for ClientResponsePayload

Source§

fn from(response: AppsListResponse) -> Self

Converts to this type from the input type.
Source§

impl From<AppsReadResponse> for ClientResponsePayload

Source§

fn from(response: AppsReadResponse) -> Self

Converts to this type from the input type.
Source§

impl From<CancelLoginAccountResponse> for ClientResponsePayload

Source§

fn from(response: CancelLoginAccountResponse) -> Self

Converts to this type from the input type.
Source§

impl From<CollaborationModeListResponse> for ClientResponsePayload

Source§

fn from(response: CollaborationModeListResponse) -> Self

Converts to this type from the input type.
Source§

impl From<CommandExecResizeResponse> for ClientResponsePayload

Source§

fn from(response: CommandExecResizeResponse) -> Self

Converts to this type from the input type.
Source§

impl From<CommandExecResponse> for ClientResponsePayload

Source§

fn from(response: CommandExecResponse) -> Self

Converts to this type from the input type.
Source§

impl From<CommandExecTerminateResponse> for ClientResponsePayload

Source§

fn from(response: CommandExecTerminateResponse) -> Self

Converts to this type from the input type.
Source§

impl From<CommandExecWriteResponse> for ClientResponsePayload

Source§

fn from(response: CommandExecWriteResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ConfigReadResponse> for ClientResponsePayload

Source§

fn from(response: ConfigReadResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ConfigRequirementsReadResponse> for ClientResponsePayload

Source§

fn from(response: ConfigRequirementsReadResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ConsumeAccountRateLimitResetCreditResponse> for ClientResponsePayload

Source§

fn from(response: ConsumeAccountRateLimitResetCreditResponse) -> Self

Converts to this type from the input type.
Source§

impl From<EnvironmentAddResponse> for ClientResponsePayload

Source§

fn from(response: EnvironmentAddResponse) -> Self

Converts to this type from the input type.
Source§

impl From<EnvironmentInfoResponse> for ClientResponsePayload

Source§

fn from(response: EnvironmentInfoResponse) -> Self

Converts to this type from the input type.
Source§

impl From<EnvironmentStatusResponse> for ClientResponsePayload

Source§

fn from(response: EnvironmentStatusResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ExperimentalFeatureEnablementSetResponse> for ClientResponsePayload

Source§

fn from(response: ExperimentalFeatureEnablementSetResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ExperimentalFeatureListResponse> for ClientResponsePayload

Source§

fn from(response: ExperimentalFeatureListResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ExternalAgentConfigDetectResponse> for ClientResponsePayload

Source§

fn from(response: ExternalAgentConfigDetectResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ExternalAgentConfigImportHistoriesReadResponse> for ClientResponsePayload

Source§

fn from(response: ExternalAgentConfigImportHistoriesReadResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ExternalAgentConfigImportResponse> for ClientResponsePayload

Source§

fn from(response: ExternalAgentConfigImportResponse) -> Self

Converts to this type from the input type.
Source§

impl From<FeedbackUploadResponse> for ClientResponsePayload

Source§

fn from(response: FeedbackUploadResponse) -> Self

Converts to this type from the input type.
Source§

impl From<FsCopyResponse> for ClientResponsePayload

Source§

fn from(response: FsCopyResponse) -> Self

Converts to this type from the input type.
Source§

impl From<FsCreateDirectoryResponse> for ClientResponsePayload

Source§

fn from(response: FsCreateDirectoryResponse) -> Self

Converts to this type from the input type.
Source§

impl From<FsGetMetadataResponse> for ClientResponsePayload

Source§

fn from(response: FsGetMetadataResponse) -> Self

Converts to this type from the input type.
Source§

impl From<FsReadDirectoryResponse> for ClientResponsePayload

Source§

fn from(response: FsReadDirectoryResponse) -> Self

Converts to this type from the input type.
Source§

impl From<FsReadFileResponse> for ClientResponsePayload

Source§

fn from(response: FsReadFileResponse) -> Self

Converts to this type from the input type.
Source§

impl From<FsRemoveResponse> for ClientResponsePayload

Source§

fn from(response: FsRemoveResponse) -> Self

Converts to this type from the input type.
Source§

impl From<FsUnwatchResponse> for ClientResponsePayload

Source§

fn from(response: FsUnwatchResponse) -> Self

Converts to this type from the input type.
Source§

impl From<FsWatchResponse> for ClientResponsePayload

Source§

fn from(response: FsWatchResponse) -> Self

Converts to this type from the input type.
Source§

impl From<FsWriteFileResponse> for ClientResponsePayload

Source§

fn from(response: FsWriteFileResponse) -> Self

Converts to this type from the input type.
Source§

impl From<FuzzyFileSearchResponse> for ClientResponsePayload

Source§

fn from(response: FuzzyFileSearchResponse) -> Self

Converts to this type from the input type.
Source§

impl From<FuzzyFileSearchSessionStartResponse> for ClientResponsePayload

Source§

fn from(response: FuzzyFileSearchSessionStartResponse) -> Self

Converts to this type from the input type.
Source§

impl From<FuzzyFileSearchSessionStopResponse> for ClientResponsePayload

Source§

fn from(response: FuzzyFileSearchSessionStopResponse) -> Self

Converts to this type from the input type.
Source§

impl From<FuzzyFileSearchSessionUpdateResponse> for ClientResponsePayload

Source§

fn from(response: FuzzyFileSearchSessionUpdateResponse) -> Self

Converts to this type from the input type.
Source§

impl From<GetAccountRateLimitsResponse> for ClientResponsePayload

Source§

fn from(response: GetAccountRateLimitsResponse) -> Self

Converts to this type from the input type.
Source§

impl From<GetAccountResponse> for ClientResponsePayload

Source§

fn from(response: GetAccountResponse) -> Self

Converts to this type from the input type.
Source§

impl From<GetAccountTokenUsageResponse> for ClientResponsePayload

Source§

fn from(response: GetAccountTokenUsageResponse) -> Self

Converts to this type from the input type.
Source§

impl From<GetAuthStatusResponse> for ClientResponsePayload

Source§

fn from(response: GetAuthStatusResponse) -> Self

Converts to this type from the input type.
Source§

impl From<GetConversationSummaryResponse> for ClientResponsePayload

Source§

fn from(response: GetConversationSummaryResponse) -> Self

Converts to this type from the input type.
Source§

impl From<GetWorkspaceMessagesResponse> for ClientResponsePayload

Source§

fn from(response: GetWorkspaceMessagesResponse) -> Self

Converts to this type from the input type.
Source§

impl From<GitDiffToRemoteResponse> for ClientResponsePayload

Source§

fn from(response: GitDiffToRemoteResponse) -> Self

Converts to this type from the input type.
Source§

impl From<HooksListResponse> for ClientResponsePayload

Source§

fn from(response: HooksListResponse) -> Self

Converts to this type from the input type.
Source§

impl From<InitializeResponse> for ClientResponsePayload

Source§

fn from(response: InitializeResponse) -> Self

Converts to this type from the input type.
Source§

impl From<InterruptConversationResponse> for ClientResponsePayload

Source§

fn from(response: InterruptConversationResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ListMcpServerStatusResponse> for ClientResponsePayload

Source§

fn from(response: ListMcpServerStatusResponse) -> Self

Converts to this type from the input type.
Source§

impl From<LoginAccountResponse> for ClientResponsePayload

Source§

fn from(response: LoginAccountResponse) -> Self

Converts to this type from the input type.
Source§

impl From<LogoutAccountResponse> for ClientResponsePayload

Source§

fn from(response: LogoutAccountResponse) -> Self

Converts to this type from the input type.
Source§

impl From<MarketplaceAddResponse> for ClientResponsePayload

Source§

fn from(response: MarketplaceAddResponse) -> Self

Converts to this type from the input type.
Source§

impl From<MarketplaceRemoveResponse> for ClientResponsePayload

Source§

fn from(response: MarketplaceRemoveResponse) -> Self

Converts to this type from the input type.
Source§

impl From<MarketplaceUpgradeResponse> for ClientResponsePayload

Source§

fn from(response: MarketplaceUpgradeResponse) -> Self

Converts to this type from the input type.
Source§

impl From<McpResourceReadResponse> for ClientResponsePayload

Source§

fn from(response: McpResourceReadResponse) -> Self

Converts to this type from the input type.
Source§

impl From<McpServerOauthLoginResponse> for ClientResponsePayload

Source§

fn from(response: McpServerOauthLoginResponse) -> Self

Converts to this type from the input type.
Source§

impl From<McpServerRefreshResponse> for ClientResponsePayload

Source§

fn from(response: McpServerRefreshResponse) -> Self

Converts to this type from the input type.
Source§

impl From<McpServerToolCallResponse> for ClientResponsePayload

Source§

fn from(response: McpServerToolCallResponse) -> Self

Converts to this type from the input type.
Source§

impl From<MemoryResetResponse> for ClientResponsePayload

Source§

fn from(response: MemoryResetResponse) -> Self

Converts to this type from the input type.
Source§

impl From<MockExperimentalMethodResponse> for ClientResponsePayload

Source§

fn from(response: MockExperimentalMethodResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ModelListResponse> for ClientResponsePayload

Source§

fn from(response: ModelListResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ModelProviderCapabilitiesReadResponse> for ClientResponsePayload

Source§

fn from(response: ModelProviderCapabilitiesReadResponse) -> Self

Converts to this type from the input type.
Source§

impl From<PermissionProfileListResponse> for ClientResponsePayload

Source§

fn from(response: PermissionProfileListResponse) -> Self

Converts to this type from the input type.
Source§

impl From<PluginInstallResponse> for ClientResponsePayload

Source§

fn from(response: PluginInstallResponse) -> Self

Converts to this type from the input type.
Source§

impl From<PluginInstalledResponse> for ClientResponsePayload

Source§

fn from(response: PluginInstalledResponse) -> Self

Converts to this type from the input type.
Source§

impl From<PluginListResponse> for ClientResponsePayload

Source§

fn from(response: PluginListResponse) -> Self

Converts to this type from the input type.
Source§

impl From<PluginReadResponse> for ClientResponsePayload

Source§

fn from(response: PluginReadResponse) -> Self

Converts to this type from the input type.
Source§

impl From<PluginShareCheckoutResponse> for ClientResponsePayload

Source§

fn from(response: PluginShareCheckoutResponse) -> Self

Converts to this type from the input type.
Source§

impl From<PluginShareDeleteResponse> for ClientResponsePayload

Source§

fn from(response: PluginShareDeleteResponse) -> Self

Converts to this type from the input type.
Source§

impl From<PluginShareListResponse> for ClientResponsePayload

Source§

fn from(response: PluginShareListResponse) -> Self

Converts to this type from the input type.
Source§

impl From<PluginShareSaveResponse> for ClientResponsePayload

Source§

fn from(response: PluginShareSaveResponse) -> Self

Converts to this type from the input type.
Source§

impl From<PluginShareUpdateTargetsResponse> for ClientResponsePayload

Source§

fn from(response: PluginShareUpdateTargetsResponse) -> Self

Converts to this type from the input type.
Source§

impl From<PluginSkillReadResponse> for ClientResponsePayload

Source§

fn from(response: PluginSkillReadResponse) -> Self

Converts to this type from the input type.
Source§

impl From<PluginUninstallResponse> for ClientResponsePayload

Source§

fn from(response: PluginUninstallResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ProcessKillResponse> for ClientResponsePayload

Source§

fn from(response: ProcessKillResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ProcessResizePtyResponse> for ClientResponsePayload

Source§

fn from(response: ProcessResizePtyResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ProcessSpawnResponse> for ClientResponsePayload

Source§

fn from(response: ProcessSpawnResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ProcessWriteStdinResponse> for ClientResponsePayload

Source§

fn from(response: ProcessWriteStdinResponse) -> Self

Converts to this type from the input type.
Source§

impl From<RemoteControlClientsListResponse> for ClientResponsePayload

Source§

fn from(response: RemoteControlClientsListResponse) -> Self

Converts to this type from the input type.
Source§

impl From<RemoteControlClientsRevokeResponse> for ClientResponsePayload

Source§

fn from(response: RemoteControlClientsRevokeResponse) -> Self

Converts to this type from the input type.
Source§

impl From<RemoteControlDisableResponse> for ClientResponsePayload

Source§

fn from(response: RemoteControlDisableResponse) -> Self

Converts to this type from the input type.
Source§

impl From<RemoteControlEnableResponse> for ClientResponsePayload

Source§

fn from(response: RemoteControlEnableResponse) -> Self

Converts to this type from the input type.
Source§

impl From<RemoteControlPairingStartResponse> for ClientResponsePayload

Source§

fn from(response: RemoteControlPairingStartResponse) -> Self

Converts to this type from the input type.
Source§

impl From<RemoteControlPairingStatusResponse> for ClientResponsePayload

Source§

fn from(response: RemoteControlPairingStatusResponse) -> Self

Converts to this type from the input type.
Source§

impl From<RemoteControlStatusReadResponse> for ClientResponsePayload

Source§

fn from(response: RemoteControlStatusReadResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ReviewStartResponse> for ClientResponsePayload

Source§

fn from(response: ReviewStartResponse) -> Self

Converts to this type from the input type.
Source§

impl From<SendAddCreditsNudgeEmailResponse> for ClientResponsePayload

Source§

fn from(response: SendAddCreditsNudgeEmailResponse) -> Self

Converts to this type from the input type.
Source§

impl From<SkillsConfigWriteResponse> for ClientResponsePayload

Source§

fn from(response: SkillsConfigWriteResponse) -> Self

Converts to this type from the input type.
Source§

impl From<SkillsExtraRootsSetResponse> for ClientResponsePayload

Source§

fn from(response: SkillsExtraRootsSetResponse) -> Self

Converts to this type from the input type.
Source§

impl From<SkillsListResponse> for ClientResponsePayload

Source§

fn from(response: SkillsListResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadApproveGuardianDeniedActionResponse> for ClientResponsePayload

Source§

fn from(response: ThreadApproveGuardianDeniedActionResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadArchiveResponse> for ClientResponsePayload

Source§

fn from(response: ThreadArchiveResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadBackgroundTerminalsCleanResponse> for ClientResponsePayload

Source§

fn from(response: ThreadBackgroundTerminalsCleanResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadBackgroundTerminalsListResponse> for ClientResponsePayload

Source§

fn from(response: ThreadBackgroundTerminalsListResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadBackgroundTerminalsTerminateResponse> for ClientResponsePayload

Source§

fn from(response: ThreadBackgroundTerminalsTerminateResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadCompactStartResponse> for ClientResponsePayload

Source§

fn from(response: ThreadCompactStartResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadDecrementElicitationResponse> for ClientResponsePayload

Source§

fn from(response: ThreadDecrementElicitationResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadDeleteResponse> for ClientResponsePayload

Source§

fn from(response: ThreadDeleteResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadForkResponse> for ClientResponsePayload

Source§

fn from(response: ThreadForkResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadGoalClearResponse> for ClientResponsePayload

Source§

fn from(response: ThreadGoalClearResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadGoalGetResponse> for ClientResponsePayload

Source§

fn from(response: ThreadGoalGetResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadGoalSetResponse> for ClientResponsePayload

Source§

fn from(response: ThreadGoalSetResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadIncrementElicitationResponse> for ClientResponsePayload

Source§

fn from(response: ThreadIncrementElicitationResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadInjectItemsResponse> for ClientResponsePayload

Source§

fn from(response: ThreadInjectItemsResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadItemsListResponse> for ClientResponsePayload

Source§

fn from(response: ThreadItemsListResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadListResponse> for ClientResponsePayload

Source§

fn from(response: ThreadListResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadLoadedListResponse> for ClientResponsePayload

Source§

fn from(response: ThreadLoadedListResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadMemoryModeSetResponse> for ClientResponsePayload

Source§

fn from(response: ThreadMemoryModeSetResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadMetadataUpdateResponse> for ClientResponsePayload

Source§

fn from(response: ThreadMetadataUpdateResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadReadResponse> for ClientResponsePayload

Source§

fn from(response: ThreadReadResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadRealtimeAppendAudioResponse> for ClientResponsePayload

Source§

fn from(response: ThreadRealtimeAppendAudioResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadRealtimeAppendSpeechResponse> for ClientResponsePayload

Source§

fn from(response: ThreadRealtimeAppendSpeechResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadRealtimeAppendTextResponse> for ClientResponsePayload

Source§

fn from(response: ThreadRealtimeAppendTextResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadRealtimeListVoicesResponse> for ClientResponsePayload

Source§

fn from(response: ThreadRealtimeListVoicesResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadRealtimeStartResponse> for ClientResponsePayload

Source§

fn from(response: ThreadRealtimeStartResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadRealtimeStopResponse> for ClientResponsePayload

Source§

fn from(response: ThreadRealtimeStopResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadResumeResponse> for ClientResponsePayload

Source§

fn from(response: ThreadResumeResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadRollbackResponse> for ClientResponsePayload

Source§

fn from(response: ThreadRollbackResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadSearchOccurrencesResponse> for ClientResponsePayload

Source§

fn from(response: ThreadSearchOccurrencesResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadSearchResponse> for ClientResponsePayload

Source§

fn from(response: ThreadSearchResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadSetNameResponse> for ClientResponsePayload

Source§

fn from(response: ThreadSetNameResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadSettingsUpdateResponse> for ClientResponsePayload

Source§

fn from(response: ThreadSettingsUpdateResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadShellCommandResponse> for ClientResponsePayload

Source§

fn from(response: ThreadShellCommandResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadStartResponse> for ClientResponsePayload

Source§

fn from(response: ThreadStartResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadTurnsListResponse> for ClientResponsePayload

Source§

fn from(response: ThreadTurnsListResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadUnarchiveResponse> for ClientResponsePayload

Source§

fn from(response: ThreadUnarchiveResponse) -> Self

Converts to this type from the input type.
Source§

impl From<ThreadUnsubscribeResponse> for ClientResponsePayload

Source§

fn from(response: ThreadUnsubscribeResponse) -> Self

Converts to this type from the input type.
Source§

impl From<TurnInterruptResponse> for ClientResponsePayload

Source§

fn from(response: TurnInterruptResponse) -> Self

Converts to this type from the input type.
Source§

impl From<TurnStartResponse> for ClientResponsePayload

Source§

fn from(response: TurnStartResponse) -> Self

Converts to this type from the input type.
Source§

impl From<TurnSteerResponse> for ClientResponsePayload

Source§

fn from(response: TurnSteerResponse) -> Self

Converts to this type from the input type.
Source§

impl From<WindowsSandboxReadinessResponse> for ClientResponsePayload

Source§

fn from(response: WindowsSandboxReadinessResponse) -> Self

Converts to this type from the input type.
Source§

impl From<WindowsSandboxSetupStartResponse> for ClientResponsePayload

Source§

fn from(response: WindowsSandboxSetupStartResponse) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

Source§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

Source§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

Source§

fn implicit( self, class: Class, constructed: bool, tag: u32, ) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
where ST: ?Sized, DT: ?Sized,

Source§

impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
where ST: ?Sized, DT: ?Sized,

Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> DynClone for T
where T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

Source§

impl<T> ErasedDestructor for T
where T: 'static,

Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> FromRef<T> for T
where T: Clone,

Source§

fn from_ref(input: &T) -> T

Converts to this type from a reference to the input type.
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

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 more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

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
Source§

impl<T> Pointable for T

Source§

const ALIGN: usize

The alignment of pointer.
Source§

type Init = T

The type for initializers.
Source§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
Source§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
Source§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
Source§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> PolicyExt for T
where T: ?Sized,

Source§

fn and<P, B, E>(self, other: P) -> And<T, P>
where T: Sized + Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow only if self and other return Action::Follow. Read more
Source§

fn or<P, B, E>(self, other: P) -> Or<T, P>
where T: Sized + Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow if either self or other returns Action::Follow. Read more
Source§

impl<T> PolicyExt for T
where T: ?Sized,

Source§

fn and<P, B, E>(self, other: P) -> And<T, P>
where T: Sized + Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow only if self and other return Action::Follow. Read more
Source§

fn or<P, B, E>(self, other: P) -> Or<T, P>
where T: Sized + Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow if either self or other returns Action::Follow. Read more
Source§

impl<T, U> RamaFrom<T> for U
where U: From<T>,

Source§

fn rama_from(value: T) -> U

Source§

impl<T, U, CrateMarker> RamaInto<U, CrateMarker> for T
where U: RamaFrom<T, CrateMarker>,

Source§

fn rama_into(self) -> U

Source§

impl<T, U> RamaTryFrom<T> for U
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

Source§

fn rama_try_from(value: T) -> Result<U, <U as RamaTryFrom<T>>::Error>

Source§

impl<T, U, CrateMarker> RamaTryInto<U, CrateMarker> for T
where U: RamaTryFrom<T, CrateMarker>,

Source§

type Error = <U as RamaTryFrom<T, CrateMarker>>::Error

Source§

fn rama_try_into(self) -> Result<U, <U as RamaTryFrom<T, CrateMarker>>::Error>

Source§

impl<T> Read<Exclusive, BecauseExclusive> for T
where T: ?Sized,

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V

Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more