pub struct ModelHandle;Expand description
Opaque handle to a loaded model.
No public fields — backends use their own representation (pointers, indices, etc.). This is intentional so application code does not depend on backend internals.
Auto Trait Implementations§
impl Freeze for ModelHandle
impl RefUnwindSafe for ModelHandle
impl Send for ModelHandle
impl Sync for ModelHandle
impl Unpin for ModelHandle
impl UnsafeUnpin for ModelHandle
impl UnwindSafe for ModelHandle
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