[][src]Struct tamasfe_lsp_types::ParameterInformationSettings

pub struct ParameterInformationSettings {
    pub label_offset_support: Option<bool>,
}

Fields

label_offset_support: Option<bool>

The client supports processing label offsets instead of a simple label string.

@since 3.14.0

Trait Implementations

impl Clone for ParameterInformationSettings[src]

impl Debug for ParameterInformationSettings[src]

impl Default for ParameterInformationSettings[src]

impl<'de> Deserialize<'de> for ParameterInformationSettings[src]

impl Eq for ParameterInformationSettings[src]

impl PartialEq<ParameterInformationSettings> for ParameterInformationSettings[src]

impl Serialize for ParameterInformationSettings[src]

impl StructuralEq for ParameterInformationSettings[src]

impl StructuralPartialEq for ParameterInformationSettings[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.