pub struct NodeExecutionDiagnostic;Expand description
Node execution diagnostic builder
Implementations§
Source§impl NodeExecutionDiagnostic
impl NodeExecutionDiagnostic
pub fn create(node_id: usize, error: &str, graph: &EinsumGraph) -> Diagnostic
Auto Trait Implementations§
impl Freeze for NodeExecutionDiagnostic
impl RefUnwindSafe for NodeExecutionDiagnostic
impl Send for NodeExecutionDiagnostic
impl Sync for NodeExecutionDiagnostic
impl Unpin for NodeExecutionDiagnostic
impl UnwindSafe for NodeExecutionDiagnostic
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