pub struct AsyncReceiver<T> { /* private fields */ }Expand description
A channel that catches an AsyncTask result.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for AsyncReceiver<T>
impl<T> !RefUnwindSafe for AsyncReceiver<T>
impl<T> Send for AsyncReceiver<T>where
T: Send,
impl<T> Sync for AsyncReceiver<T>where
T: Send,
impl<T> Unpin for AsyncReceiver<T>
impl<T> !UnwindSafe for AsyncReceiver<T>
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
Source§impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
Source§fn into_result(self) -> Result<T, RunSystemError>
fn into_result(self) -> Result<T, RunSystemError>
Converts this type into the system output type.