Struct languageserver_types::SignatureInformationSettings [−][src]
pub struct SignatureInformationSettings {
pub documentation_format: Option<Vec<MarkupKind>>,
}Fields
documentation_format: Option<Vec<MarkupKind>>
Client supports the follow content formats for the documentation property. The order describes the preferred format of the client.
Trait Implementations
impl Debug for SignatureInformationSettings[src]
impl Debug for SignatureInformationSettingsfn 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 SignatureInformationSettings[src]
impl Eq for SignatureInformationSettingsimpl PartialEq for SignatureInformationSettings[src]
impl PartialEq for SignatureInformationSettingsfn eq(&self, other: &SignatureInformationSettings) -> bool[src]
fn eq(&self, other: &SignatureInformationSettings) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &SignatureInformationSettings) -> bool[src]
fn ne(&self, other: &SignatureInformationSettings) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for SignatureInformationSettings
impl Send for SignatureInformationSettingsimpl Sync for SignatureInformationSettings
impl Sync for SignatureInformationSettings