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 !=.
impl Clone for Documentation[src]
impl Clone for Documentationfn clone(&self) -> Documentation[src]
fn clone(&self) -> DocumentationReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for Documentation
impl Send for Documentationimpl Sync for Documentation
impl Sync for Documentation