Struct cancel_safe_futures::coop_cancel::Receiver  
source · pub struct Receiver<T> { /* private fields */ }Available on crate feature 
std only.Expand description
A cooperative cancellation receiver.
For more information, see the module documentation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Receiver<T>
impl<T> !RefUnwindSafe for Receiver<T>
impl<T> Send for Receiver<T>where
    T: Send,
impl<T> Sync for Receiver<T>where
    T: Send,
impl<T> Unpin for Receiver<T>
impl<T> !UnwindSafe for Receiver<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