pub struct IntrospectableStop { /* private fields */ }Implementations§
Source§impl IntrospectableStop
impl IntrospectableStop
pub fn is_finished(&self) -> bool
Trait Implementations§
Source§impl Stop for IntrospectableStop
impl Stop for IntrospectableStop
fn stop<'async_trait>(
self,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: 'async_trait,
fn concrete<'async_trait>(
self,
) -> Pin<Box<dyn Future<Output = ConcreteStop> + Send + 'async_trait>>where
Self: Sized + 'static + 'async_trait,
fn into_guard<'async_trait>(
self,
) -> Pin<Box<dyn Future<Output = StopGuard> + Send + 'async_trait>>where
Self: Sized + 'static + 'async_trait,
Auto Trait Implementations§
impl Freeze for IntrospectableStop
impl RefUnwindSafe for IntrospectableStop
impl Send for IntrospectableStop
impl Sync for IntrospectableStop
impl Unpin for IntrospectableStop
impl UnsafeUnpin for IntrospectableStop
impl UnwindSafe for IntrospectableStop
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