pub struct NodeExecResult {
pub node_id: NodeId,
pub name: String,
pub duration_us: u64,
pub threads_launched: u64,
}Expand description
Result of executing a single node
Fields§
§node_id: NodeId§name: String§duration_us: u64§threads_launched: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for NodeExecResult
impl RefUnwindSafe for NodeExecResult
impl Send for NodeExecResult
impl Sync for NodeExecResult
impl Unpin for NodeExecResult
impl UnsafeUnpin for NodeExecResult
impl UnwindSafe for NodeExecResult
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