pub struct CodeLensRegistrationOptions {
pub text_document_registration_options: TextDocumentRegistrationOptions,
pub code_lens_options: CodeLensOptions,
}Fields§
§text_document_registration_options: TextDocumentRegistrationOptions§code_lens_options: CodeLensOptionsTrait Implementations§
Source§impl Clone for CodeLensRegistrationOptions
impl Clone for CodeLensRegistrationOptions
Source§fn clone(&self) -> CodeLensRegistrationOptions
fn clone(&self) -> CodeLensRegistrationOptions
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 CodeLensRegistrationOptions
impl Debug for CodeLensRegistrationOptions
Source§impl<'de> Deserialize<'de> for CodeLensRegistrationOptions
impl<'de> Deserialize<'de> for CodeLensRegistrationOptions
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 CodeLensRegistrationOptions
impl StructuralPartialEq for CodeLensRegistrationOptions
Auto Trait Implementations§
impl Freeze for CodeLensRegistrationOptions
impl RefUnwindSafe for CodeLensRegistrationOptions
impl Send for CodeLensRegistrationOptions
impl Sync for CodeLensRegistrationOptions
impl Unpin for CodeLensRegistrationOptions
impl UnwindSafe for CodeLensRegistrationOptions
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