pub struct DoOverService<S, P> { /* private fields */ }Implementations§
Source§impl<S, P> DoOverService<S, P>
impl<S, P> DoOverService<S, P>
Trait Implementations§
Source§impl<S, P, Req, Res, Err> Service<Req> for DoOverService<S, P>
impl<S, P, Req, Res, Err> Service<Req> for DoOverService<S, P>
Auto Trait Implementations§
impl<S, P> Freeze for DoOverService<S, P>where
P: Freeze,
impl<S, P> !RefUnwindSafe for DoOverService<S, P>
impl<S, P> Send for DoOverService<S, P>
impl<S, P> Sync for DoOverService<S, P>
impl<S, P> Unpin for DoOverService<S, P>where
P: Unpin,
impl<S, P> !UnwindSafe for DoOverService<S, P>
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