pub struct FileDiagnostics {
pub path: PathBuf,
pub uri: String,
pub diagnostics: Vec<Diagnostic>,
}Fields§
§path: PathBuf§uri: String§diagnostics: Vec<Diagnostic>Trait Implementations§
Source§impl Clone for FileDiagnostics
impl Clone for FileDiagnostics
Source§fn clone(&self) -> FileDiagnostics
fn clone(&self) -> FileDiagnostics
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 moreSource§impl Debug for FileDiagnostics
impl Debug for FileDiagnostics
Source§impl PartialEq for FileDiagnostics
impl PartialEq for FileDiagnostics
impl StructuralPartialEq for FileDiagnostics
Auto Trait Implementations§
impl Freeze for FileDiagnostics
impl !RefUnwindSafe for FileDiagnostics
impl Send for FileDiagnostics
impl Sync for FileDiagnostics
impl Unpin for FileDiagnostics
impl UnsafeUnpin for FileDiagnostics
impl UnwindSafe for FileDiagnostics
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