pub struct UnsubAfterTerminationObserver<'sub, OR> { /* private fields */ }Trait Implementations§
Source§impl<T, E, OR> Observer<T, E> for UnsubAfterTerminationObserver<'_, OR>where
OR: Observer<T, E>,
impl<T, E, OR> Observer<T, E> for UnsubAfterTerminationObserver<'_, OR>where
OR: Observer<T, E>,
Source§fn on_termination(self, termination: Termination<E>)
fn on_termination(self, termination: Termination<E>)
Called when the operation has reached its termination state.
Auto Trait Implementations§
impl<'sub, OR> Freeze for UnsubAfterTerminationObserver<'sub, OR>where
OR: Freeze,
impl<'sub, OR> RefUnwindSafe for UnsubAfterTerminationObserver<'sub, OR>where
OR: RefUnwindSafe,
impl<'sub, OR> Send for UnsubAfterTerminationObserver<'sub, OR>where
OR: Send,
impl<'sub, OR> Sync for UnsubAfterTerminationObserver<'sub, OR>where
OR: Sync,
impl<'sub, OR> Unpin for UnsubAfterTerminationObserver<'sub, OR>where
OR: Unpin,
impl<'sub, OR> UnwindSafe for UnsubAfterTerminationObserver<'sub, OR>where
OR: UnwindSafe,
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