Enum lsp_types::request::References
source · pub enum References {}
Expand description
The references request is sent from the client to the server to resolve project-wide references for the symbol denoted by the given text document position.
Trait Implementations§
source§impl Debug for References
impl Debug for References
Auto Trait Implementations§
impl Freeze for References
impl RefUnwindSafe for References
impl Send for References
impl Sync for References
impl Unpin for References
impl UnwindSafe for References
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