pub struct DiagnosticData {
pub name: String,
pub source: Source,
pub data: DataFetcher,
}
Expand description
The path of the Diagnostic files and the data contained within them.
Fields§
§name: String
§source: Source
§data: DataFetcher
Implementations§
Auto Trait Implementations§
impl Freeze for DiagnosticData
impl RefUnwindSafe for DiagnosticData
impl Send for DiagnosticData
impl Sync for DiagnosticData
impl Unpin for DiagnosticData
impl UnwindSafe for DiagnosticData
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