Struct languageserver_types::InitializeError[][src]

pub struct InitializeError {
    pub retry: bool,
}

Fields

Indicates whether the client should retry to send the initilize request after showing the message provided in the ResponseError.

Trait Implementations

impl Debug for InitializeError
[src]

Formats the value using the given formatter. Read more

impl Eq for InitializeError
[src]

impl PartialEq for InitializeError
[src]

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

This method tests for !=.

impl Default for InitializeError
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations