pub struct BugReport {
pub bug: String,
pub raw: String,
pub bug_line: String,
pub file: String,
pub line: String,
pub line_number: u32,
pub level: String,
}Fields§
§bug: String§raw: String§bug_line: String§file: String§line: String§line_number: u32§level: StringTrait Implementations§
impl Eq for BugReport
impl StructuralPartialEq for BugReport
Auto Trait Implementations§
impl Freeze for BugReport
impl RefUnwindSafe for BugReport
impl Send for BugReport
impl Sync for BugReport
impl Unpin for BugReport
impl UnsafeUnpin for BugReport
impl UnwindSafe for BugReport
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