Struct volo_http::layer::TimeoutLayer
source · pub struct TimeoutLayer<H, T> { /* private fields */ }Implementations§
source§impl<H, T> TimeoutLayer<H, T>
impl<H, T> TimeoutLayer<H, T>
Trait Implementations§
source§impl<H: Clone, T: Clone> Clone for TimeoutLayer<H, T>
impl<H: Clone, T: Clone> Clone for TimeoutLayer<H, T>
source§fn clone(&self) -> TimeoutLayer<H, T>
fn clone(&self) -> TimeoutLayer<H, T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<S, H, T> Layer<S> for TimeoutLayer<H, T>
impl<S, H, T> Layer<S> for TimeoutLayer<H, T>
Auto Trait Implementations§
impl<H, T> RefUnwindSafe for TimeoutLayer<H, T>where
H: RefUnwindSafe,
T: RefUnwindSafe,
impl<H, T> Send for TimeoutLayer<H, T>
impl<H, T> Sync for TimeoutLayer<H, T>
impl<H, T> Unpin for TimeoutLayer<H, T>
impl<H, T> UnwindSafe for TimeoutLayer<H, T>where
H: 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