pub struct ImplementationParams {
pub work_done_progress_params: WorkDoneProgressParams,
pub partial_result_params: PartialResultParams,
pub text_document_position_params: TextDocumentPositionParams,
}Fields§
§work_done_progress_params: WorkDoneProgressParams§partial_result_params: PartialResultParams§text_document_position_params: TextDocumentPositionParamsImplementations§
Source§impl ImplementationParams
impl ImplementationParams
pub const fn new( work_done_progress_params: WorkDoneProgressParams, partial_result_params: PartialResultParams, text_document_position_params: TextDocumentPositionParams, ) -> Self
Trait Implementations§
Source§impl Clone for ImplementationParams
impl Clone for ImplementationParams
Source§fn clone(&self) -> ImplementationParams
fn clone(&self) -> ImplementationParams
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 ImplementationParams
impl Debug for ImplementationParams
Source§impl<'de> Deserialize<'de> for ImplementationParams
impl<'de> Deserialize<'de> for ImplementationParams
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 Hash for ImplementationParams
impl Hash for ImplementationParams
Source§impl PartialEq for ImplementationParams
impl PartialEq for ImplementationParams
Source§fn eq(&self, other: &ImplementationParams) -> bool
fn eq(&self, other: &ImplementationParams) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ImplementationParams
impl Serialize for ImplementationParams
impl Eq for ImplementationParams
impl StructuralPartialEq for ImplementationParams
Auto Trait Implementations§
impl Freeze for ImplementationParams
impl RefUnwindSafe for ImplementationParams
impl Send for ImplementationParams
impl Sync for ImplementationParams
impl Unpin for ImplementationParams
impl UnsafeUnpin for ImplementationParams
impl UnwindSafe for ImplementationParams
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