pub struct SignatureInformationSettings {
pub documentation_format: Option<Vec<MarkupKind>>,
pub parameter_information: Option<ParameterInformationSettings>,
}
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.
parameter_information: Option<ParameterInformationSettings>
Trait Implementations§
Source§impl Debug for SignatureInformationSettings
impl Debug for SignatureInformationSettings
Source§impl<'de> Deserialize<'de> for SignatureInformationSettings
impl<'de> Deserialize<'de> for SignatureInformationSettings
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SignatureInformationSettings
impl PartialEq for SignatureInformationSettings
Source§fn eq(&self, other: &SignatureInformationSettings) -> bool
fn eq(&self, other: &SignatureInformationSettings) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for SignatureInformationSettings
impl StructuralPartialEq for SignatureInformationSettings
Auto Trait Implementations§
impl Freeze for SignatureInformationSettings
impl RefUnwindSafe for SignatureInformationSettings
impl Send for SignatureInformationSettings
impl Sync for SignatureInformationSettings
impl Unpin for SignatureInformationSettings
impl UnwindSafe for SignatureInformationSettings
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more