Enum lsp_types::request::TypeHierarchySubtypes
source · pub enum TypeHierarchySubtypes {}Expand description
The typeHierarchy/subtypes request is sent from the client to the server to resolve the
subtypes for a given type hierarchy item. Will return null if the server couldn’t infer a valid
type from item in the params. The request doesn’t define its own client and server capabilities.
It is only issued if a server registers for the textDocument/prepareTypeHierarchy request.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TypeHierarchySubtypes
impl Send for TypeHierarchySubtypes
impl Sync for TypeHierarchySubtypes
impl Unpin for TypeHierarchySubtypes
impl UnwindSafe for TypeHierarchySubtypes
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