pub struct DiagnosticFile {
pub uri: String,
pub diagnostics: Vec<Diagnostic>,
}Fields§
§uri: String§diagnostics: Vec<Diagnostic>Trait Implementations§
Source§impl Clone for DiagnosticFile
impl Clone for DiagnosticFile
Source§fn clone(&self) -> DiagnosticFile
fn clone(&self) -> DiagnosticFile
Returns a duplicate of the value. Read more
1.0.0 · 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 DiagnosticFile
impl RefUnwindSafe for DiagnosticFile
impl Send for DiagnosticFile
impl Sync for DiagnosticFile
impl Unpin for DiagnosticFile
impl UnsafeUnpin for DiagnosticFile
impl UnwindSafe for DiagnosticFile
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