Searched defs:NodeDebugInfo (Results 1 – 2 of 2) sorted by relevance
269 NodeDebugInfo() : DebugInfo() {} in NodeDebugInfo() function274 explicit NodeDebugInfo(const std::string &name) : DebugInfo(name) {} in NodeDebugInfo() function279 explicit NodeDebugInfo(TraceInfoPtr &&trace_info) : DebugInfo(std::move(trace_info)) {} in NodeDebugInfo() function
136 pub struct NodeDebugInfo { struct147 /// NOTE: by virtue of being part of `NodeDebugInfo`, argument154 impl NodeDebugInfo { impl174 impl fmt::Display for NodeDebugInfo { implementation