Skip to main content

Rpc

Trait Rpc 

Source
pub trait Rpc {
    type Request: Message;
    type Response: Message + Default;

    const METHOD: &'static MethodDescriptor;
}

Required Associated Constants§

Required Associated Types§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl Rpc for AnalysisServiceObserveAnalysis

Source§

impl Rpc for AnalysisServiceStartAnalysis

Source§

impl Rpc for AttentionServiceObserveAttention

Source§

impl Rpc for AttentionServiceRecordInteraction

Source§

impl Rpc for AttentionServiceSetAttentionState

Source§

impl Rpc for BillingServiceBeginCheckout

Source§

impl Rpc for BillingServiceCancelSubscription

Source§

impl Rpc for BillingServiceCreateBillingPortal

Source§

impl Rpc for BillingServiceObserveBilling

Source§

impl Rpc for BillingServiceResumeSubscription

Source§

impl Rpc for BillingServiceUpdateSubscription

Source§

impl Rpc for CheckoutServiceCapture

Source§

impl Rpc for CheckoutServiceClaimCheckoutWriter

Source§

impl Rpc for CheckoutServiceLandCheckout

Source§

impl Rpc for CheckoutServiceMaterialize

Source§

impl Rpc for CheckoutServiceObserveCheckouts

Source§

impl Rpc for CheckoutServiceRecover

Source§

impl Rpc for CheckoutServiceRefresh

Source§

impl Rpc for CheckoutServiceReleaseCheckoutWriter

Source§

impl Rpc for CheckoutServiceResolve

Source§

impl Rpc for CollaborationServiceAppendTurn

Source§

impl Rpc for CollaborationServiceObserveCollaboration

Source§

impl Rpc for CollaborationServiceOpenDiscussion

Source§

impl Rpc for CollaborationServicePutContext

Source§

impl Rpc for CollaborationServiceReopenDiscussion

Source§

impl Rpc for CollaborationServiceResolveDiscussion

Source§

impl Rpc for ContentServiceReadArtifact

Source§

impl Rpc for ContentServiceReadContent

Source§

impl Rpc for EndpointServiceDescribeEndpoint

Source§

impl Rpc for EvidenceServiceAcknowledgeCheck

Source§

impl Rpc for EvidenceServiceRecordEvidence

Source§

impl Rpc for EvidenceServiceVerifyEvidence

Source§

impl Rpc for IdentityServiceApprovePairing

Source§

impl Rpc for IdentityServiceBeginAuthentication

Source§

impl Rpc for IdentityServiceBeginEmailVerification

Source§

impl Rpc for IdentityServiceBeginPairing

Source§

impl Rpc for IdentityServiceBeginRecovery

Source§

impl Rpc for IdentityServiceBeginRegistration

Source§

impl Rpc for IdentityServiceClaimHandle

Source§

impl Rpc for IdentityServiceCompleteAuthentication

Source§

impl Rpc for IdentityServiceCompleteEmailVerification

Source§

impl Rpc for IdentityServiceCompletePairing

Source§

impl Rpc for IdentityServiceCompleteRecovery

Source§

impl Rpc for IdentityServiceCompleteRegistration

Source§

impl Rpc for IdentityServiceCreateAnonymousSession

Source§

impl Rpc for IdentityServiceCreateSignupInvitation

Source§

impl Rpc for IdentityServiceDeleteAccount

Source§

impl Rpc for IdentityServiceDeletePasswordOwnerSetup

Source§

impl Rpc for IdentityServiceGetIdentity

Source§

impl Rpc for IdentityServiceIntrospectCredential

Source§

impl Rpc for IdentityServiceIssueDelegationCredential

Source§

impl Rpc for IdentityServiceObserveIdentity

Source§

impl Rpc for IdentityServiceObservePairing

Source§

impl Rpc for IdentityServiceProvePasswordUnlock

Source§

impl Rpc for IdentityServiceProvisionAccount

Source§

impl Rpc for IdentityServicePutDelegation

Source§

impl Rpc for IdentityServicePutPasswordOwnerSetup

Source§

impl Rpc for IdentityServicePutRecoveryPolicy

Source§

impl Rpc for IdentityServiceRedeemSignupInvitation

Source§

impl Rpc for IdentityServiceRegisterRootAttachment

Source§

impl Rpc for IdentityServiceRenewEphemeralSession

Source§

impl Rpc for IdentityServiceRequestHeldHandle

Source§

impl Rpc for IdentityServiceResolveHandles

Source§

impl Rpc for IdentityServiceResolveSignupInvitation

Source§

impl Rpc for IdentityServiceRevokeDelegation

Source§

impl Rpc for IdentityServiceRevokeDevice

Source§

impl Rpc for IdentityServiceRevokeSession

Source§

impl Rpc for IdentityServiceSubmitRecoveryProof

Source§

impl Rpc for IdentityServiceVetoRecovery

Source§

impl Rpc for IntegrationServiceAttachProviderInstallation

Source§

impl Rpc for IntegrationServiceBeginProviderConnection

Source§

impl Rpc for IntegrationServiceCompleteProviderConnection

Source§

impl Rpc for IntegrationServiceImportSource

Source§

impl Rpc for IntegrationServiceObserveIntegrations

Source§

impl Rpc for IntegrationServiceRetryImportSource

Source§

impl Rpc for IntegrationServiceRevokeProviderConnection

Source§

impl Rpc for IntegrationServiceStoreProviderCredential

Source§

impl Rpc for IntegrationServiceSynchronizeRemote

Source§

impl Rpc for NotificationServiceMarkNotificationsRead

Source§

impl Rpc for NotificationServiceObserveNotifications

Source§

impl Rpc for NotificationServiceSetNotificationPreferences

Source§

impl Rpc for NotificationServiceUnsubscribeNotifications

Source§

impl Rpc for OperationServiceCancelOperation

Source§

impl Rpc for OperationServiceObserveOperations

Source§

impl Rpc for OwnerAuthorizationServiceBootstrapOwnership

Source§

impl Rpc for OwnerAuthorizationServiceCompleteOwnerTransition

Source§

impl Rpc for OwnerAuthorizationServiceObserveOwnership

Source§

impl Rpc for OwnerAuthorizationServicePrepareAccountClaim

Source§

impl Rpc for OwnerAuthorizationServiceSignAccountClaim

Source§

impl Rpc for OwnerAuthorizationServiceSubmitOwnerCapability

Source§

impl Rpc for OwnerAuthorizationServiceSubmitOwnerTransition

Source§

impl Rpc for OwnerAuthorizationServiceTransferOwnership

Source§

impl Rpc for OwnerAuthorizationServiceVetoOwnerTransition

Source§

impl Rpc for RunServiceControlRun

Source§

impl Rpc for RunServiceDecidePermission

Source§

impl Rpc for RunServiceObserveRuns

Source§

impl Rpc for RunServicePutRunPolicy

Source§

impl Rpc for SearchServiceSearch

Source§

impl Rpc for SpoolServiceCreateInvitation

Source§

impl Rpc for SpoolServiceCreateSpool

Source§

impl Rpc for SpoolServiceDeleteApprovalGroup

Source§

impl Rpc for SpoolServiceDeleteReviewPolicy

Source§

impl Rpc for SpoolServiceDeleteSpool

Source§

impl Rpc for SpoolServiceListSpools

Source§

impl Rpc for SpoolServiceObserveSpool

Source§

impl Rpc for SpoolServicePromoteSpool

Source§

impl Rpc for SpoolServicePutApprovalGroup

Source§

impl Rpc for SpoolServicePutGrant

Source§

impl Rpc for SpoolServicePutReviewPolicy

Source§

impl Rpc for SpoolServiceRedeemInvitation

Source§

impl Rpc for SpoolServiceRemoveSpoolMount

Source§

impl Rpc for SpoolServiceResolveInvitation

Source§

impl Rpc for SpoolServiceReviseSpool

Source§

impl Rpc for SpoolServiceRevokeGrant

Source§

impl Rpc for SpoolServiceRevokeInvitation

Source§

impl Rpc for SpoolServiceSetSpoolMount

Source§

impl Rpc for SpoolServiceSetSupportAccess

Source§

impl Rpc for SpoolServiceSubmitSignedPolicy

Source§

impl Rpc for SyncServiceFetch

Source§

impl Rpc for SyncServicePublishContent

Source§

impl Rpc for SyncServiceReadProviderExtent

Source§

impl Rpc for SyncServiceReplicateThread

Source§

impl Rpc for ThreadServiceChangeLifecycle

Source§

impl Rpc for ThreadServiceClaimThreadOwnership

Source§

impl Rpc for ThreadServiceLandStack

Source§

impl Rpc for ThreadServiceLandThread

Source§

impl Rpc for ThreadServiceObserveThread

Source§

impl Rpc for ThreadServiceObserveThreads

Source§

impl Rpc for ThreadServiceRecordReview

Source§

impl Rpc for ThreadServiceRenameThread

Source§

impl Rpc for ThreadServiceResolveOwnershipConflict

Source§

impl Rpc for ThreadServiceReviseIntent

Source§

impl Rpc for ThreadServiceSetAudiencePolicy

Source§

impl Rpc for ThreadServiceSetRetentionPolicy

Source§

impl Rpc for ThreadServiceSetSharingPolicy

Source§

impl Rpc for ThreadServiceStartThread

Source§

impl Rpc for WorkspaceServiceObserveCatalog

Source§

impl Rpc for WorkspaceServiceObserveWorkspace

Source§

impl Rpc for WorkspaceServiceResolveResources

Source§

impl Rpc for WorkspaceServiceSetBookmark