Struct tower_fallthrough_filter::FilterService
source · pub struct FilterService<F, S, I, T, R, E>where
F: Filter<T>,
S: Service<T, Response = R, Error = E>,
I: Service<T, Response = R, Error = E>,{ /* private fields */ }Trait Implementations§
source§impl<F, S, I, T, R, E> Clone for FilterService<F, S, I, T, R, E>
impl<F, S, I, T, R, E> Clone for FilterService<F, S, I, T, R, E>
source§impl<F, S, I, T, R, E> Service<T> for FilterService<F, S, I, T, R, E>
impl<F, S, I, T, R, E> Service<T> for FilterService<F, S, I, T, R, E>
Auto Trait Implementations§
impl<F, S, I, T, R, E> RefUnwindSafe for FilterService<F, S, I, T, R, E>where
E: RefUnwindSafe,
F: RefUnwindSafe,
I: RefUnwindSafe,
R: RefUnwindSafe,
S: RefUnwindSafe,
T: RefUnwindSafe,
impl<F, S, I, T, R, E> Send for FilterService<F, S, I, T, R, E>
impl<F, S, I, T, R, E> Sync for FilterService<F, S, I, T, R, E>
impl<F, S, I, T, R, E> Unpin for FilterService<F, S, I, T, R, E>
impl<F, S, I, T, R, E> UnwindSafe for FilterService<F, S, I, T, R, E>
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