Enum languageserver_types::Documentation [−][src]
pub enum Documentation {
String(String),
MarkupContent(MarkupContent),
}Variants
String(String)MarkupContent(MarkupContent)
Trait Implementations
impl Debug for Documentation[src]
impl Debug for Documentationfn 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 Documentation[src]
impl Eq for Documentationimpl PartialEq for Documentation[src]
impl PartialEq for Documentationfn eq(&self, other: &Documentation) -> bool[src]
fn eq(&self, other: &Documentation) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Documentation) -> bool[src]
fn ne(&self, other: &Documentation) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for Documentation
impl Send for Documentationimpl Sync for Documentation
impl Sync for Documentation