pub struct TypeHierarchyPrepareParams {
pub work_done_progress_params: WorkDoneProgressParams,
pub text_document_position_params: TextDocumentPositionParams,
}Expand description
The parameter of a textDocument/prepareTypeHierarchy request.
@since 3.17.0
Fields§
§work_done_progress_params: WorkDoneProgressParams§text_document_position_params: TextDocumentPositionParamsTrait Implementations§
Source§impl Clone for TypeHierarchyPrepareParams
impl Clone for TypeHierarchyPrepareParams
Source§fn clone(&self) -> TypeHierarchyPrepareParams
fn clone(&self) -> TypeHierarchyPrepareParams
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 TypeHierarchyPrepareParams
impl Debug for TypeHierarchyPrepareParams
Source§impl Default for TypeHierarchyPrepareParams
impl Default for TypeHierarchyPrepareParams
Source§fn default() -> TypeHierarchyPrepareParams
fn default() -> TypeHierarchyPrepareParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TypeHierarchyPrepareParams
impl<'de> Deserialize<'de> for TypeHierarchyPrepareParams
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
Auto Trait Implementations§
impl Freeze for TypeHierarchyPrepareParams
impl RefUnwindSafe for TypeHierarchyPrepareParams
impl Send for TypeHierarchyPrepareParams
impl Sync for TypeHierarchyPrepareParams
impl Unpin for TypeHierarchyPrepareParams
impl UnsafeUnpin for TypeHierarchyPrepareParams
impl UnwindSafe for TypeHierarchyPrepareParams
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