pub struct FilterService<F, S, I, T, R, 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> Freeze for FilterService<F, S, I, T, R, E>
impl<F, S, I, T, R, E> RefUnwindSafe for FilterService<F, S, I, T, R, E>where
F: RefUnwindSafe,
S: RefUnwindSafe,
I: RefUnwindSafe,
T: RefUnwindSafe,
R: RefUnwindSafe,
E: 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