Struct de_net::tasks::cancellation::CancellationRecv
source · pub(super) struct CancellationRecv(Arc<AtomicBool>);
Tuple Fields§
§0: Arc<AtomicBool>
Implementations§
Auto Trait Implementations§
impl Freeze for CancellationRecv
impl RefUnwindSafe for CancellationRecv
impl Send for CancellationRecv
impl Sync for CancellationRecv
impl Unpin for CancellationRecv
impl UnwindSafe for CancellationRecv
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