Enum languageserver_types::FormattingProperty [−][src]
Variants
Bool(bool)Number(f64)String(String)
Trait Implementations
impl Debug for FormattingProperty[src]
impl Debug for FormattingPropertyfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for FormattingProperty[src]
impl PartialEq for FormattingPropertyfn eq(&self, other: &FormattingProperty) -> bool[src]
fn eq(&self, other: &FormattingProperty) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &FormattingProperty) -> bool[src]
fn ne(&self, other: &FormattingProperty) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for FormattingProperty
impl Send for FormattingPropertyimpl Sync for FormattingProperty
impl Sync for FormattingProperty