pub struct ImpactClosureGap {
pub consumer_file: String,
pub consumed_symbols: Vec<String>,
pub note: String,
}Expand description
One coordination-gap entry in an ImpactClosureTrace.
Fields§
§consumer_file: StringRoot-relative path of the consumer module.
consumed_symbols: Vec<String>Exported symbol names the consumer references.
note: StringScope note for the syntactic trace.
Trait Implementations§
Source§impl Debug for ImpactClosureGap
impl Debug for ImpactClosureGap
Auto Trait Implementations§
impl Freeze for ImpactClosureGap
impl RefUnwindSafe for ImpactClosureGap
impl Send for ImpactClosureGap
impl Sync for ImpactClosureGap
impl Unpin for ImpactClosureGap
impl UnsafeUnpin for ImpactClosureGap
impl UnwindSafe for ImpactClosureGap
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