pub struct DebugDisposal<D, C, F, T, E> { /* private fields */ }Trait Implementations§
Source§impl<D, C, F, T, E> Disposable for DebugDisposal<D, C, F, T, E>
impl<D, C, F, T, E> Disposable for DebugDisposal<D, C, F, T, E>
Auto Trait Implementations§
impl<D, C, F, T, E> Freeze for DebugDisposal<D, C, F, T, E>
impl<D, C, F, T, E> RefUnwindSafe for DebugDisposal<D, C, F, T, E>where
D: RefUnwindSafe,
C: RefUnwindSafe,
F: RefUnwindSafe,
PhantomData<fn((T, E)) -> (T, E)>: RefUnwindSafe,
impl<D, C, F, T, E> Send for DebugDisposal<D, C, F, T, E>
impl<D, C, F, T, E> Sync for DebugDisposal<D, C, F, T, E>
impl<D, C, F, T, E> Unpin for DebugDisposal<D, C, F, T, E>
impl<D, C, F, T, E> UnsafeUnpin for DebugDisposal<D, C, F, T, E>where
D: UnsafeUnpin,
C: UnsafeUnpin,
F: UnsafeUnpin,
PhantomData<fn((T, E)) -> (T, E)>: UnsafeUnpin,
impl<D, C, F, T, E> UnwindSafe for DebugDisposal<D, C, F, T, E>
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
Source§impl<D> DisposableExt for Dwhere
D: Disposable,
impl<D> DisposableExt for Dwhere
D: Disposable,
fn into_boxed<'dis>(self) -> BoxedDisposal<'dis>where
Self: MaybeSend + 'dis,
Source§fn into_subscription<D>(self) -> Subscription<D>where
D: Disposable + From<Self>,
fn into_subscription<D>(self) -> Subscription<D>where
D: Disposable + From<Self>,
Converts this disposal into a subscription whose inner disposal is
created through
From.