Struct tower::timeout::TimeoutLayer [−][src]
pub struct TimeoutLayer { /* fields omitted */ }This is supported on crate feature
timeout only.Applies a timeout to requests via the supplied inner service.
Implementations
impl TimeoutLayer[src]
impl TimeoutLayer[src]Trait Implementations
impl Clone for TimeoutLayer[src]
impl Clone for TimeoutLayer[src]fn clone(&self) -> TimeoutLayer[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl RefUnwindSafe for TimeoutLayer
impl RefUnwindSafe for TimeoutLayerimpl Send for TimeoutLayer
impl Send for TimeoutLayerimpl Sync for TimeoutLayer
impl Sync for TimeoutLayerimpl Unpin for TimeoutLayer
impl Unpin for TimeoutLayerimpl UnwindSafe for TimeoutLayer
impl UnwindSafe for TimeoutLayerBlanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,