Struct fuchsia_triage::DiagnosticData
source · 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 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