Struct gloo_worker::WorkerRegistrar
source · [−]pub struct WorkerRegistrar<W, CODEC = Bincode> where
W: Worker,
CODEC: Codec, { /* private fields */ }
Expand description
A Worker Registrar.
Implementations
Trait Implementations
Auto Trait Implementations
impl<W, CODEC> RefUnwindSafe for WorkerRegistrar<W, CODEC> where
CODEC: RefUnwindSafe,
W: RefUnwindSafe,
impl<W, CODEC> Send for WorkerRegistrar<W, CODEC> where
CODEC: Send,
W: Send,
impl<W, CODEC> Sync for WorkerRegistrar<W, CODEC> where
CODEC: Sync,
W: Sync,
impl<W, CODEC> Unpin for WorkerRegistrar<W, CODEC> where
CODEC: Unpin,
W: Unpin,
impl<W, CODEC> UnwindSafe for WorkerRegistrar<W, CODEC> where
CODEC: UnwindSafe,
W: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more