pub struct HoverCapability {
pub content_format: Option<Vec<String>>,
}Expand description
Hover capability
Fields§
§content_format: Option<Vec<String>>Whether the client supports markdown content
Trait Implementations§
Source§impl Clone for HoverCapability
impl Clone for HoverCapability
Source§fn clone(&self) -> HoverCapability
fn clone(&self) -> HoverCapability
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HoverCapability
impl Debug for HoverCapability
Source§impl<'de> Deserialize<'de> for HoverCapability
impl<'de> Deserialize<'de> for HoverCapability
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
Auto Trait Implementations§
impl Freeze for HoverCapability
impl RefUnwindSafe for HoverCapability
impl Send for HoverCapability
impl Sync for HoverCapability
impl Unpin for HoverCapability
impl UnwindSafe for HoverCapability
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