pub struct PublishedDiagnostics {
pub uri: String,
pub diagnostics: Value,
}Expand description
Per-file textDocument/publishDiagnostics snapshot.
Fields§
§uri: String§diagnostics: ValueTrait Implementations§
Source§impl Clone for PublishedDiagnostics
impl Clone for PublishedDiagnostics
Source§fn clone(&self) -> PublishedDiagnostics
fn clone(&self) -> PublishedDiagnostics
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PublishedDiagnostics
impl RefUnwindSafe for PublishedDiagnostics
impl Send for PublishedDiagnostics
impl Sync for PublishedDiagnostics
impl Unpin for PublishedDiagnostics
impl UnsafeUnpin for PublishedDiagnostics
impl UnwindSafe for PublishedDiagnostics
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