pub struct UncancellableSubscription;Expand description
A subscription where drop() is a no-op.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UncancellableSubscription
impl RefUnwindSafe for UncancellableSubscription
impl Send for UncancellableSubscription
impl Sync for UncancellableSubscription
impl Unpin for UncancellableSubscription
impl UnwindSafe for UncancellableSubscription
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