pub enum WorkspaceDiagnosticRequest {}Expand description
The workspace diagnostic request definition.
@since 3.17.0
Trait Implementations§
Source§impl Debug for WorkspaceDiagnosticRequest
impl Debug for WorkspaceDiagnosticRequest
Source§impl Request for WorkspaceDiagnosticRequest
impl Request for WorkspaceDiagnosticRequest
const METHOD: LspRequestMethod<'static> = LspRequestMethod::WorkspaceDiagnostic
const MESSAGE_DIRECTION: MessageDirection = MessageDirection::ClientToServer
type Params = WorkspaceDiagnosticParams
type Result = WorkspaceDiagnosticReport
Auto Trait Implementations§
impl Freeze for WorkspaceDiagnosticRequest
impl RefUnwindSafe for WorkspaceDiagnosticRequest
impl Send for WorkspaceDiagnosticRequest
impl Sync for WorkspaceDiagnosticRequest
impl Unpin for WorkspaceDiagnosticRequest
impl UnsafeUnpin for WorkspaceDiagnosticRequest
impl UnwindSafe for WorkspaceDiagnosticRequest
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