pub struct WorkerCtl { /* private fields */ }Expand description
A worker’s live control connection to the leader.
Implementations§
Auto Trait Implementations§
impl !Freeze for WorkerCtl
impl RefUnwindSafe for WorkerCtl
impl Send for WorkerCtl
impl Sync for WorkerCtl
impl Unpin for WorkerCtl
impl UnsafeUnpin for WorkerCtl
impl UnwindSafe for WorkerCtl
Blanket Implementations§
impl<T> Allocation for T
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