Struct bugreport::collector::CompileTimeInformation
source · pub struct CompileTimeInformation {}
Expand description
Compile-time information such as the profile (release/debug) and the target triple.
Trait Implementations§
source§impl Collector for CompileTimeInformation
impl Collector for CompileTimeInformation
fn description(&self) -> &str
fn collect(&mut self, _: &CrateInfo<'_>) -> Result<ReportEntry, CollectionError>
source§impl Default for CompileTimeInformation
impl Default for CompileTimeInformation
source§fn default() -> CompileTimeInformation
fn default() -> CompileTimeInformation
Returns the “default value” for a type. Read more