pub struct TypeHierarchySubtypesParams {
pub item: TypeHierarchyItem,
pub work_done_progress_params: WorkDoneProgressParams,
pub partial_result_params: PartialResultParams,
}Expand description
The parameter of a typeHierarchy/subtypes request.
@since 3.17.0
Fields§
§item: TypeHierarchyItem§work_done_progress_params: WorkDoneProgressParams§partial_result_params: PartialResultParamsImplementations§
Source§impl TypeHierarchySubtypesParams
impl TypeHierarchySubtypesParams
pub const fn new( item: TypeHierarchyItem, work_done_progress_params: WorkDoneProgressParams, partial_result_params: PartialResultParams, ) -> Self
Trait Implementations§
Source§impl Clone for TypeHierarchySubtypesParams
impl Clone for TypeHierarchySubtypesParams
Source§fn clone(&self) -> TypeHierarchySubtypesParams
fn clone(&self) -> TypeHierarchySubtypesParams
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 TypeHierarchySubtypesParams
impl Debug for TypeHierarchySubtypesParams
Source§impl<'de> Deserialize<'de> for TypeHierarchySubtypesParams
impl<'de> Deserialize<'de> for TypeHierarchySubtypesParams
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 TypeHierarchySubtypesParams
impl PartialEq for TypeHierarchySubtypesParams
Source§fn eq(&self, other: &TypeHierarchySubtypesParams) -> bool
fn eq(&self, other: &TypeHierarchySubtypesParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TypeHierarchySubtypesParams
impl StructuralPartialEq for TypeHierarchySubtypesParams
Auto Trait Implementations§
impl Freeze for TypeHierarchySubtypesParams
impl RefUnwindSafe for TypeHierarchySubtypesParams
impl Send for TypeHierarchySubtypesParams
impl Sync for TypeHierarchySubtypesParams
impl Unpin for TypeHierarchySubtypesParams
impl UnsafeUnpin for TypeHierarchySubtypesParams
impl UnwindSafe for TypeHierarchySubtypesParams
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