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