pub struct SelectionRangeRegistrationOptions {
pub selection_range_options_base: SelectionRangeOptions,
pub text_document_registration_options_base: TextDocumentRegistrationOptions,
pub static_registration_options_mixin: StaticRegistrationOptions,
}Fields§
§selection_range_options_base: SelectionRangeOptions§text_document_registration_options_base: TextDocumentRegistrationOptions§static_registration_options_mixin: StaticRegistrationOptionsTrait Implementations§
Source§impl Clone for SelectionRangeRegistrationOptions
impl Clone for SelectionRangeRegistrationOptions
Source§fn clone(&self) -> SelectionRangeRegistrationOptions
fn clone(&self) -> SelectionRangeRegistrationOptions
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<'de> Deserialize<'de> for SelectionRangeRegistrationOptions
impl<'de> Deserialize<'de> for SelectionRangeRegistrationOptions
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 SelectionRangeRegistrationOptions
impl PartialEq for SelectionRangeRegistrationOptions
Source§fn eq(&self, other: &SelectionRangeRegistrationOptions) -> bool
fn eq(&self, other: &SelectionRangeRegistrationOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SelectionRangeRegistrationOptions
Auto Trait Implementations§
impl Freeze for SelectionRangeRegistrationOptions
impl RefUnwindSafe for SelectionRangeRegistrationOptions
impl Send for SelectionRangeRegistrationOptions
impl Sync for SelectionRangeRegistrationOptions
impl Unpin for SelectionRangeRegistrationOptions
impl UnsafeUnpin for SelectionRangeRegistrationOptions
impl UnwindSafe for SelectionRangeRegistrationOptions
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