Struct simple_life::NoStop
source · pub struct NoStop;Trait Implementations§
source§impl PartialEq for NoStop
impl PartialEq for NoStop
source§impl Stop for NoStop
impl Stop for NoStop
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,
impl Eq for NoStop
impl StructuralEq for NoStop
impl StructuralPartialEq for NoStop
Auto Trait Implementations§
impl RefUnwindSafe for NoStop
impl Send for NoStop
impl Sync for NoStop
impl Unpin for NoStop
impl UnwindSafe for NoStop
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