pub struct TraceRun {
pub iter: MacroExpansionIter,
pub check_result: Receiver<Result<CheckResult>>,
}Expand description
Result of spawning trace-macros collection.
Fields§
§iter: MacroExpansionIter§check_result: Receiver<Result<CheckResult>>Receives cargo check result once the child exits.
Auto Trait Implementations§
impl Freeze for TraceRun
impl RefUnwindSafe for TraceRun
impl Send for TraceRun
impl !Sync for TraceRun
impl Unpin for TraceRun
impl UnsafeUnpin for TraceRun
impl UnwindSafe for TraceRun
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