pub struct BugsSummary {
pub bugs: Vec<BugGroup>,
}Fields§
§bugs: Vec<BugGroup>Trait Implementations§
Source§impl Debug for BugsSummary
impl Debug for BugsSummary
Auto Trait Implementations§
impl Freeze for BugsSummary
impl RefUnwindSafe for BugsSummary
impl Send for BugsSummary
impl Sync for BugsSummary
impl Unpin for BugsSummary
impl UnsafeUnpin for BugsSummary
impl UnwindSafe for BugsSummary
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