pub trait EntityMessage: EnvelopedMessage {
    // Required method
    fn remote_entity_id(&self) -> u64;
}

Required Methods§

Implementors§

source§

impl EntityMessage for AddProjectCollaborator

source§

impl EntityMessage for ApplyCodeAction

source§

impl EntityMessage for ApplyCompletionAdditionalEdits

source§

impl EntityMessage for BufferReloaded

source§

impl EntityMessage for BufferSaved

source§

impl EntityMessage for ChannelMessageSent

source§

impl EntityMessage for CopyProjectEntry

source§

impl EntityMessage for CreateBufferForPeer

source§

impl EntityMessage for CreateProjectEntry

source§

impl EntityMessage for DeleteProjectEntry

source§

impl EntityMessage for ExpandProjectEntry

source§

impl EntityMessage for FormatBuffers

source§

impl EntityMessage for GetCodeActions

source§

impl EntityMessage for GetCompletions

source§

impl EntityMessage for GetDefinition

source§

impl EntityMessage for GetDocumentHighlights

source§

impl EntityMessage for GetHover

source§

impl EntityMessage for GetProjectSymbols

source§

impl EntityMessage for GetReferences

source§

impl EntityMessage for GetTypeDefinition

source§

impl EntityMessage for InlayHints

source§

impl EntityMessage for JoinProject

source§

impl EntityMessage for LeaveProject

source§

impl EntityMessage for OnTypeFormatting

source§

impl EntityMessage for OpenBufferById

source§

impl EntityMessage for OpenBufferByPath

source§

impl EntityMessage for OpenBufferForSymbol

source§

impl EntityMessage for PerformRename

source§

impl EntityMessage for PrepareRename

source§

impl EntityMessage for RefreshInlayHints

source§

impl EntityMessage for ReloadBuffers

source§

impl EntityMessage for RemoveChannelMessage

source§

impl EntityMessage for RemoveProjectCollaborator

source§

impl EntityMessage for RenameProjectEntry

source§

impl EntityMessage for ResolveCompletionDocumentation

source§

impl EntityMessage for ResolveInlayHint

source§

impl EntityMessage for SaveBuffer

source§

impl EntityMessage for SearchProject

source§

impl EntityMessage for StartLanguageServer

source§

impl EntityMessage for SynchronizeBuffers

source§

impl EntityMessage for UnshareProject

source§

impl EntityMessage for UpdateBuffer

source§

impl EntityMessage for UpdateBufferFile

source§

impl EntityMessage for UpdateChannelBuffer

source§

impl EntityMessage for UpdateChannelBufferCollaborators

source§

impl EntityMessage for UpdateDiagnosticSummary

source§

impl EntityMessage for UpdateDiffBase

source§

impl EntityMessage for UpdateLanguageServer

source§

impl EntityMessage for UpdateProject

source§

impl EntityMessage for UpdateProjectCollaborator

source§

impl EntityMessage for UpdateWorktree

source§

impl EntityMessage for UpdateWorktreeSettings