pub struct IOnnxParser { /* private fields */ }Auto Trait Implementations§
impl Freeze for IOnnxParser
impl RefUnwindSafe for IOnnxParser
impl Send for IOnnxParser
impl Sync for IOnnxParser
impl Unpin for IOnnxParser
impl UnsafeUnpin for IOnnxParser
impl UnwindSafe for IOnnxParser
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