pub struct ProtoTypeValidityRule;Expand description
Validate every retained TypeProto, including container requirements and
ONNX-ML opaque types.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProtoTypeValidityRule
impl RefUnwindSafe for ProtoTypeValidityRule
impl Send for ProtoTypeValidityRule
impl Sync for ProtoTypeValidityRule
impl Unpin for ProtoTypeValidityRule
impl UnsafeUnpin for ProtoTypeValidityRule
impl UnwindSafe for ProtoTypeValidityRule
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