pub struct NoUnconnectedNodesRule;Expand description
Every present node input must have a source, and every named node output must be consumed, exported, or captured by a subgraph (ONNX_RS §8.2).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoUnconnectedNodesRule
impl RefUnwindSafe for NoUnconnectedNodesRule
impl Send for NoUnconnectedNodesRule
impl Sync for NoUnconnectedNodesRule
impl Unpin for NoUnconnectedNodesRule
impl UnsafeUnpin for NoUnconnectedNodesRule
impl UnwindSafe for NoUnconnectedNodesRule
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