pub struct TracingResult {
pub traces: Vec<Trace>,
pub writer_nodes: Vec<TraceWriterNode>,
pub print_nodes: Vec<TracePrintNode>,
}
Fields§
§traces: Vec<Trace>
§writer_nodes: Vec<TraceWriterNode>
§print_nodes: Vec<TracePrintNode>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TracingResult
impl RefUnwindSafe for TracingResult
impl Send for TracingResult
impl Sync for TracingResult
impl Unpin for TracingResult
impl UnwindSafe for TracingResult
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