Struct tower_load_shed::future::ResponseFuture [−][src]
Future for the LoadShed
service.
Trait Implementations
impl<F> Debug for ResponseFuture<F> where
F: Debug,
[src][+]
F: Debug,
impl<F, T, E> Future for ResponseFuture<F> where
F: Future<Output = Result<T, E>>,
E: Into<Box<dyn Error + Send + Sync>>,
[src][+]
F: Future<Output = Result<T, E>>,
E: Into<Box<dyn Error + Send + Sync>>,
impl<F> PinnedDrop for ResponseFuture<F>
[src][+]
impl<'pin, F> Unpin for ResponseFuture<F> where
__ResponseFuture<'pin, F>: Unpin,
[src]
__ResponseFuture<'pin, F>: Unpin,
impl<F> UnsafeUnpin for ResponseFuture<F>
[src]
Auto Trait Implementations
impl<F> RefUnwindSafe for ResponseFuture<F> where
F: RefUnwindSafe,
F: RefUnwindSafe,
impl<F> Send for ResponseFuture<F> where
F: Send,
F: Send,
impl<F> Sync for ResponseFuture<F> where
F: Sync,
F: Sync,
impl<F> UnwindSafe for ResponseFuture<F> where
F: UnwindSafe,
F: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<F> IntoFuture for F where
F: Future,
[src][+]
F: Future,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<F, T, E> TryFuture for F where
F: Future<Output = Result<T, E>> + ?Sized,
[src][+]
F: Future<Output = Result<T, E>> + ?Sized,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,