pub enum WorkspaceDiagnosticRefresh {}
Expand description
The workspace/diagnostic/refresh
request is sent from the server to the client. Servers can
use it to ask clients to refresh all needed document and workspace diagnostics. This is useful
if a server detects a project wide configuration change which requires a re-calculation of all
diagnostics.
Trait Implementations§
source§impl Debug for WorkspaceDiagnosticRefresh
impl Debug for WorkspaceDiagnosticRefresh
Auto Trait Implementations§
impl Freeze for WorkspaceDiagnosticRefresh
impl RefUnwindSafe for WorkspaceDiagnosticRefresh
impl Send for WorkspaceDiagnosticRefresh
impl Sync for WorkspaceDiagnosticRefresh
impl Unpin for WorkspaceDiagnosticRefresh
impl UnwindSafe for WorkspaceDiagnosticRefresh
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