Struct languageserver_types::ExecuteCommandRegistrationOptions [−][src]
Execute command registration options.
Fields
commands: Vec<String>
The commands to be executed on the server
Trait Implementations
impl Debug for ExecuteCommandRegistrationOptions[src]
impl Debug for ExecuteCommandRegistrationOptionsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for ExecuteCommandRegistrationOptions[src]
impl Eq for ExecuteCommandRegistrationOptionsimpl PartialEq for ExecuteCommandRegistrationOptions[src]
impl PartialEq for ExecuteCommandRegistrationOptionsfn eq(&self, other: &ExecuteCommandRegistrationOptions) -> bool[src]
fn eq(&self, other: &ExecuteCommandRegistrationOptions) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ExecuteCommandRegistrationOptions) -> bool[src]
fn ne(&self, other: &ExecuteCommandRegistrationOptions) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for ExecuteCommandRegistrationOptions
impl Send for ExecuteCommandRegistrationOptionsimpl Sync for ExecuteCommandRegistrationOptions
impl Sync for ExecuteCommandRegistrationOptions