pub struct DummyWorkerService;
Trait Implementations§
Source§impl<T> Service<DummyWorkerService> for T
impl<T> Service<DummyWorkerService> for T
Auto Trait Implementations§
impl Freeze for DummyWorkerService
impl RefUnwindSafe for DummyWorkerService
impl Send for DummyWorkerService
impl Sync for DummyWorkerService
impl Unpin for DummyWorkerService
impl UnwindSafe for DummyWorkerService
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