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