Struct gloo_worker::WorkerBridge
source · [−]pub struct WorkerBridge<W> where
W: Worker, { /* private fields */ }
Expand description
A connection manager for components interaction with workers.
Implementations
sourceimpl<W> WorkerBridge<W> where
W: Worker,
impl<W> WorkerBridge<W> where
W: Worker,
Trait Implementations
sourceimpl<W> Clone for WorkerBridge<W> where
W: Worker,
impl<W> Clone for WorkerBridge<W> where
W: Worker,
sourceimpl<W> Debug for WorkerBridge<W> where
W: Worker,
impl<W> Debug for WorkerBridge<W> where
W: Worker,
sourceimpl<W> Drop for WorkerBridge<W> where
W: Worker,
impl<W> Drop for WorkerBridge<W> where
W: Worker,
sourceimpl<W> PartialEq<WorkerBridge<W>> for WorkerBridge<W> where
W: Worker,
impl<W> PartialEq<WorkerBridge<W>> for WorkerBridge<W> where
W: Worker,
Auto Trait Implementations
impl<W> !RefUnwindSafe for WorkerBridge<W>
impl<W> !Send for WorkerBridge<W>
impl<W> !Sync for WorkerBridge<W>
impl<W> Unpin for WorkerBridge<W> where
W: Unpin,
impl<W> !UnwindSafe for WorkerBridge<W>
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