pub enum TracePrintItem {
String(String),
Condition(TraceCondition),
Info(TraceInfo),
Signal(Signal),
RcPath(u32),
Anchor(TraceLineNumberAnchor),
ConditionReevaluation(TraceConditionReevaluation),
}
Variants§
String(String)
Condition(TraceCondition)
Info(TraceInfo)
Signal(Signal)
RcPath(u32)
Identifier to the print node.
Anchor(TraceLineNumberAnchor)
ConditionReevaluation(TraceConditionReevaluation)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TracePrintItem
impl RefUnwindSafe for TracePrintItem
impl Send for TracePrintItem
impl Sync for TracePrintItem
impl Unpin for TracePrintItem
impl UnwindSafe for TracePrintItem
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