pub struct Reports {
pub global_write: OpReport,
pub global_read: ReadReport,
pub nodes_writes: Vec<WithNodeIndex<OpReport>>,
pub nodes_reads: Vec<WithNodeIndex<ReadReport>>,
}
Fields§
§global_write: OpReport
§global_read: ReadReport
§nodes_writes: Vec<WithNodeIndex<OpReport>>
§nodes_reads: Vec<WithNodeIndex<ReadReport>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Reports
impl RefUnwindSafe for Reports
impl Send for Reports
impl Sync for Reports
impl Unpin for Reports
impl UnwindSafe for Reports
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