pub struct UnboundedCommunicationTask<T> { /* private fields */ }Expand description
A task that accepts messages
Implementations§
Trait Implementations§
Source§impl<T> Clone for UnboundedCommunicationTask<T>
impl<T> Clone for UnboundedCommunicationTask<T>
Auto Trait Implementations§
impl<T> !RefUnwindSafe for UnboundedCommunicationTask<T>
impl<T> !UnwindSafe for UnboundedCommunicationTask<T>
impl<T> Freeze for UnboundedCommunicationTask<T>where
UnboundedSender<T>: Freeze,
impl<T> Send for UnboundedCommunicationTask<T>where
UnboundedSender<T>: Send,
impl<T> Sync for UnboundedCommunicationTask<T>where
UnboundedSender<T>: Sync,
impl<T> Unpin for UnboundedCommunicationTask<T>where
UnboundedSender<T>: Unpin,
impl<T> UnsafeUnpin for UnboundedCommunicationTask<T>where
UnboundedSender<T>: UnsafeUnpin,
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