pub struct WebdevService<B> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<B> Clone for WebdevService<B>
impl<B> Clone for WebdevService<B>
Source§impl<Body> Service<Request<Body>> for WebdevService<Body>
impl<Body> Service<Request<Body>> for WebdevService<Body>
Source§type Error = Infallible
type Error = Infallible
Errors produced by the service.
Source§type Future = Pin<Box<dyn Future<Output = Result<<WebdevService<Body> as Service<Request<Body>>>::Response, <WebdevService<Body> as Service<Request<Body>>>::Error>> + Send>>
type Future = Pin<Box<dyn Future<Output = Result<<WebdevService<Body> as Service<Request<Body>>>::Response, <WebdevService<Body> as Service<Request<Body>>>::Error>> + Send>>
The future response value.
Auto Trait Implementations§
impl<B> !Freeze for WebdevService<B>
impl<B> !RefUnwindSafe for WebdevService<B>
impl<B> Send for WebdevService<B>where
B: Send,
impl<B> Sync for WebdevService<B>where
B: Send,
impl<B> Unpin for WebdevService<B>
impl<B> !UnwindSafe for WebdevService<B>
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