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§
source§impl<W> WorkerBridge<W>where
W: Worker,
impl<W> WorkerBridge<W>where
W: Worker,
Trait Implementations§
source§impl<W> Debug for WorkerBridge<W>where
W: Worker,
impl<W> Debug for WorkerBridge<W>where
W: Worker,
source§impl<W> Drop for WorkerBridge<W>where
W: Worker,
impl<W> Drop for WorkerBridge<W>where
W: Worker,
source§impl<W> PartialEq for WorkerBridge<W>where
W: Worker,
impl<W> PartialEq 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§
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