Struct gloo_worker::oneshot::OneshotBridge
source · pub struct OneshotBridge<N>where
N: Oneshot + 'static,{ /* private fields */ }
Expand description
A connection manager for components interaction with oneshot workers.
Implementations§
source§impl<N> OneshotBridge<N>where
N: Oneshot + 'static,
impl<N> OneshotBridge<N>where
N: Oneshot + 'static,
Trait Implementations§
Auto Trait Implementations§
impl<N> !RefUnwindSafe for OneshotBridge<N>
impl<N> !Send for OneshotBridge<N>
impl<N> !Sync for OneshotBridge<N>
impl<N> Unpin for OneshotBridge<N>
impl<N> !UnwindSafe for OneshotBridge<N>
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