pub struct OneWayBack<OutMessage> { /* private fields */ }Expand description
This mode is used when there is the needs to send messages, of type OutMessage, from the task towards the controlling worker.
Auto Trait Implementations§
impl<OutMessage> !RefUnwindSafe for OneWayBack<OutMessage>
impl<OutMessage> !UnwindSafe for OneWayBack<OutMessage>
impl<OutMessage> Freeze for OneWayBack<OutMessage>
impl<OutMessage> Send for OneWayBack<OutMessage>where
OutMessage: Send,
impl<OutMessage> Sync for OneWayBack<OutMessage>where
OutMessage: Send,
impl<OutMessage> Unpin for OneWayBack<OutMessage>
impl<OutMessage> UnsafeUnpin for OneWayBack<OutMessage>
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