pub struct CheckReportDetailed {
pub errors: Vec<CheckIssue>,
}Fields§
§errors: Vec<CheckIssue>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CheckReportDetailed
impl RefUnwindSafe for CheckReportDetailed
impl Send for CheckReportDetailed
impl Sync for CheckReportDetailed
impl Unpin for CheckReportDetailed
impl UnwindSafe for CheckReportDetailed
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