Struct languageserver_types::LanguageString [−][src]
Fields
language: String
value: String
Trait Implementations
impl Debug for LanguageString[src]
impl Debug for LanguageStringfn 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 LanguageString[src]
impl Eq for LanguageStringimpl PartialEq for LanguageString[src]
impl PartialEq for LanguageStringfn eq(&self, other: &LanguageString) -> bool[src]
fn eq(&self, other: &LanguageString) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &LanguageString) -> bool[src]
fn ne(&self, other: &LanguageString) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for LanguageString
impl Send for LanguageStringimpl Sync for LanguageString
impl Sync for LanguageString