Struct gloo_worker::Private
source · [−]pub struct Private<W> { /* private fields */ }
Expand description
Create a new instance for every bridge.
Auto Trait Implementations
impl<W> RefUnwindSafe for Private<W> where
W: RefUnwindSafe,
impl<W> Send for Private<W> where
W: Send,
impl<W> Sync for Private<W> where
W: Sync,
impl<W> Unpin for Private<W> where
W: Unpin,
impl<W> UnwindSafe for Private<W> where
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