pub struct FutureProfiler<T, R, P>{ /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T, R, P> Drop for FutureProfiler<T, R, P>
impl<T, R, P> Drop for FutureProfiler<T, R, P>
Source§impl<T, R, P> Future for FutureProfiler<T, R, P>
impl<T, R, P> Future for FutureProfiler<T, R, P>
Auto Trait Implementations§
impl<T, R, P> Freeze for FutureProfiler<T, R, P>where
P: Freeze,
impl<T, R, P> RefUnwindSafe for FutureProfiler<T, R, P>where
P: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, R, P> Send for FutureProfiler<T, R, P>where
P: Send,
impl<T, R, P> Sync for FutureProfiler<T, R, P>
impl<T, R, P> Unpin for FutureProfiler<T, R, P>where
P: Unpin,
impl<T, R, P> UnsafeUnpin for FutureProfiler<T, R, P>where
P: UnsafeUnpin,
impl<T, R, P> UnwindSafe for FutureProfiler<T, R, P>where
P: UnwindSafe,
T: 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
Source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
Source§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
Source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more