pub struct PythonModelHandle { /* private fields */ }Expand description
Worker-owned model/optimizer state referenced by one opaque handle id.
Trait Implementations§
Source§impl Debug for PythonModelHandle
impl Debug for PythonModelHandle
Auto Trait Implementations§
impl Freeze for PythonModelHandle
impl RefUnwindSafe for PythonModelHandle
impl Send for PythonModelHandle
impl Sync for PythonModelHandle
impl Unpin for PythonModelHandle
impl UnsafeUnpin for PythonModelHandle
impl UnwindSafe for PythonModelHandle
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