pub struct MultiContentVisitReport {
pub reports: Vec<ContentVisitReport>,
}Expand description
Ordered summaries from a multi-root content visit.
Fields§
§reports: Vec<ContentVisitReport>Reports remain in the same order as roots were added.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MultiContentVisitReport
impl RefUnwindSafe for MultiContentVisitReport
impl Send for MultiContentVisitReport
impl Sync for MultiContentVisitReport
impl Unpin for MultiContentVisitReport
impl UnsafeUnpin for MultiContentVisitReport
impl UnwindSafe for MultiContentVisitReport
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