Struct lsp_types::DocumentLinkOptions
source · [−]pub struct DocumentLinkOptions {
pub resolve_provider: Option<bool>,
pub work_done_progress_options: WorkDoneProgressOptions,
}Fields
resolve_provider: Option<bool>Document links have a resolve provider as well.
work_done_progress_options: WorkDoneProgressOptionsTrait Implementations
sourceimpl Clone for DocumentLinkOptions
impl Clone for DocumentLinkOptions
sourcefn clone(&self) -> DocumentLinkOptions
fn clone(&self) -> DocumentLinkOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DocumentLinkOptions
impl Debug for DocumentLinkOptions
sourceimpl<'de> Deserialize<'de> for DocumentLinkOptions
impl<'de> Deserialize<'de> for DocumentLinkOptions
sourcefn 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
sourceimpl PartialEq<DocumentLinkOptions> for DocumentLinkOptions
impl PartialEq<DocumentLinkOptions> for DocumentLinkOptions
sourcefn eq(&self, other: &DocumentLinkOptions) -> bool
fn eq(&self, other: &DocumentLinkOptions) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl Serialize for DocumentLinkOptions
impl Serialize for DocumentLinkOptions
impl Eq for DocumentLinkOptions
impl StructuralEq for DocumentLinkOptions
impl StructuralPartialEq for DocumentLinkOptions
Auto Trait Implementations
impl RefUnwindSafe for DocumentLinkOptions
impl Send for DocumentLinkOptions
impl Sync for DocumentLinkOptions
impl Unpin for DocumentLinkOptions
impl UnwindSafe for DocumentLinkOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more