Struct languageserver_types::LanguageString [] [src]

pub struct LanguageString {
    pub language: String,
    pub value: String,
}

Fields

Trait Implementations

impl Debug for LanguageString
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for LanguageString
[src]

impl PartialEq for LanguageString
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations