pub struct RunInfo {
pub run: ByteRun,
pub alloc: RunAlloc,
}Expand description
One run plus its allocation provenance.
Fields§
§run: ByteRun§alloc: RunAllocTrait Implementations§
impl Copy for RunInfo
impl Eq for RunInfo
impl StructuralPartialEq for RunInfo
Auto Trait Implementations§
impl Freeze for RunInfo
impl RefUnwindSafe for RunInfo
impl Send for RunInfo
impl Sync for RunInfo
impl Unpin for RunInfo
impl UnsafeUnpin for RunInfo
impl UnwindSafe for RunInfo
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