pub struct SchemaNodeConformsRule;Expand description
Each node must resolve to an opset-compatible schema and conform to its input/output and attribute declarations (ONNX_RS §8.2).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SchemaNodeConformsRule
impl RefUnwindSafe for SchemaNodeConformsRule
impl Send for SchemaNodeConformsRule
impl Sync for SchemaNodeConformsRule
impl Unpin for SchemaNodeConformsRule
impl UnsafeUnpin for SchemaNodeConformsRule
impl UnwindSafe for SchemaNodeConformsRule
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