pub struct LspCodeDescription {
pub href: String,
}Expand description
Code description with href.
Fields§
§href: StringURI for more information.
Trait Implementations§
Source§impl Clone for LspCodeDescription
impl Clone for LspCodeDescription
Source§fn clone(&self) -> LspCodeDescription
fn clone(&self) -> LspCodeDescription
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LspCodeDescription
impl Debug for LspCodeDescription
Source§impl<'de> Deserialize<'de> for LspCodeDescription
impl<'de> Deserialize<'de> for LspCodeDescription
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
impl Eq for LspCodeDescription
Source§impl PartialEq for LspCodeDescription
impl PartialEq for LspCodeDescription
Source§fn eq(&self, other: &LspCodeDescription) -> bool
fn eq(&self, other: &LspCodeDescription) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LspCodeDescription
impl Serialize for LspCodeDescription
impl StructuralPartialEq for LspCodeDescription
Auto Trait Implementations§
impl Freeze for LspCodeDescription
impl RefUnwindSafe for LspCodeDescription
impl Send for LspCodeDescription
impl Sync for LspCodeDescription
impl Unpin for LspCodeDescription
impl UnsafeUnpin for LspCodeDescription
impl UnwindSafe for LspCodeDescription
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