Struct volo_http::layer::TimeoutLayer
source · pub struct TimeoutLayer<H, R, T> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<H: Clone, R: Clone, T: Clone> Clone for TimeoutLayer<H, R, T>
impl<H: Clone, R: Clone, T: Clone> Clone for TimeoutLayer<H, R, T>
source§fn clone(&self) -> TimeoutLayer<H, R, T>
fn clone(&self) -> TimeoutLayer<H, R, 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, R, T> Layer<S> for TimeoutLayer<H, R, T>
impl<S, H, R, T> Layer<S> for TimeoutLayer<H, R, T>
Auto Trait Implementations§
impl<H, R, T> RefUnwindSafe for TimeoutLayer<H, R, T>
impl<H, R, T> Send for TimeoutLayer<H, R, T>
impl<H, R, T> Sync for TimeoutLayer<H, R, T>
impl<H, R, T> Unpin for TimeoutLayer<H, R, T>
impl<H, R, T> UnwindSafe for TimeoutLayer<H, R, T>
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