Enum kailua_langsvr_protocol::Method [] [src]

pub enum Method {
    CancelRequest,
    Initialize,
    Initialized,
    Shutdown,
    Exit,
    ShowMessage,
    ShowMessageRequest,
    LogMessage,
    TelemetryEvent,
    RegisterCapability,
    UnregisterCapability,
    DidChangeConfiguration,
    DidChangeWatchedFiles,
    WorkspaceSymbol,
    PublishDiagnostics,
    DidOpen,
    DidChange,
    WillSave,
    WillSaveWaitUntil,
    DidSave,
    DidClose,
    Completion,
    CompletionItemResolve,
    Hover,
    SignatureHelp,
    References,
    DocumentHighlight,
    DocumentSymbol,
    Formatting,
    RangeFormatting,
    OnTypeFormatting,
    Definition,
    CodeAction,
    CodeLens,
    CodeLensResolve,
    DocumentLink,
    DocumentLinkResolve,
    Rename,
    ExecuteCommand,
    ApplyEdit,
}

Variants

Methods

impl Method
[src]

Trait Implementations

impl Copy for Method
[src]

impl Clone for Method
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Method
[src]

Formats the value using the given formatter.

impl PartialEq for Method
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Method
[src]

impl Hash for Method
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl FromStr for Method
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more