Struct tower::timeout::TimeoutLayer
source · [−]pub struct TimeoutLayer { /* private fields */ }
Expand description
Applies a timeout to requests via the supplied inner service.
Implementations
sourceimpl TimeoutLayer
impl TimeoutLayer
Trait Implementations
sourceimpl Clone for TimeoutLayer
impl Clone for TimeoutLayer
sourcefn clone(&self) -> TimeoutLayer
fn clone(&self) -> TimeoutLayer
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TimeoutLayer
impl Debug for TimeoutLayer
Auto Trait Implementations
impl RefUnwindSafe for TimeoutLayer
impl Send for TimeoutLayer
impl Sync for TimeoutLayer
impl Unpin for TimeoutLayer
impl UnwindSafe for TimeoutLayer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more