Struct languageserver_types::InitializeError
[−]
[src]
pub struct InitializeError {
pub retry: bool,
}Fields
retry: bool
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]
impl Eq for InitializeError[src]
impl PartialEq for InitializeError[src]
fn eq(&self, __arg_0: &InitializeError) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &InitializeError) -> bool[src]
This method tests for !=.
impl Default for InitializeError[src]
fn default() -> InitializeError[src]
Returns the "default value" for a type. Read more