pub struct CloneQueen<W>(/* private fields */);Expand description
A Queen that can create a Worker type that implements Clone, by making copies of
an existing instance of that Worker type.
Implementations§
Trait Implementations§
Source§impl<W> Debug for CloneQueen<W>
impl<W> Debug for CloneQueen<W>
Auto Trait Implementations§
impl<W> Freeze for CloneQueen<W>where
W: Freeze,
impl<W> RefUnwindSafe for CloneQueen<W>where
W: RefUnwindSafe,
impl<W> Send for CloneQueen<W>where
W: Send,
impl<W> Sync for CloneQueen<W>where
W: Sync,
impl<W> Unpin for CloneQueen<W>where
W: Unpin,
impl<W> UnwindSafe for CloneQueen<W>where
W: UnwindSafe,
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