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