pub struct ImplementationRequest;Trait Implementations§
Source§impl LspRequest for ImplementationRequest
impl LspRequest for ImplementationRequest
Auto Trait Implementations§
impl Freeze for ImplementationRequest
impl RefUnwindSafe for ImplementationRequest
impl Send for ImplementationRequest
impl Sync for ImplementationRequest
impl Unpin for ImplementationRequest
impl UnsafeUnpin for ImplementationRequest
impl UnwindSafe for ImplementationRequest
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