Enum lsp_types::request::DocumentSymbolRequest
source · pub enum DocumentSymbolRequest {}
Expand description
The document symbol request is sent from the client to the server to list all symbols found in a given text document.
Trait Implementations§
source§impl Debug for DocumentSymbolRequest
impl Debug for DocumentSymbolRequest
source§impl Request for DocumentSymbolRequest
impl Request for DocumentSymbolRequest
Auto Trait Implementations§
impl Freeze for DocumentSymbolRequest
impl RefUnwindSafe for DocumentSymbolRequest
impl Send for DocumentSymbolRequest
impl Sync for DocumentSymbolRequest
impl Unpin for DocumentSymbolRequest
impl UnwindSafe for DocumentSymbolRequest
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