pub struct MonoWorkerHandle(/* private fields */);Expand description
Non-clonable worker handle.
Implementations§
Trait Implementations§
Source§impl Debug for MonoWorkerHandle
impl Debug for MonoWorkerHandle
Auto Trait Implementations§
impl Freeze for MonoWorkerHandle
impl RefUnwindSafe for MonoWorkerHandle
impl Send for MonoWorkerHandle
impl Sync for MonoWorkerHandle
impl Unpin for MonoWorkerHandle
impl UnsafeUnpin for MonoWorkerHandle
impl UnwindSafe for MonoWorkerHandle
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