[−][src]Struct conduit_git_http_backend::Serve
Trait Implementations
impl Handler for Serve[src]
fn call(&self, req: &mut dyn RequestExt) -> HandlerResult[src]
Auto Trait Implementations
impl RefUnwindSafe for Serve
impl Send for Serve
impl Sync for Serve
impl Unpin for Serve
impl UnwindSafe for Serve
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<F, E> Handler for F where
E: Error + Send + 'static,
F: Fn(&mut dyn RequestExt) -> Result<Response<Box<dyn WriteBody + 'static>>, E> + Sync + Send + 'static, [src]
E: Error + Send + 'static,
F: Fn(&mut dyn RequestExt) -> Result<Response<Box<dyn WriteBody + 'static>>, E> + Sync + Send + 'static,
fn call(
&self,
request: &mut dyn RequestExt
) -> Result<Response<Box<dyn WriteBody + 'static>>, Box<dyn Error + 'static + Send>>[src]
&self,
request: &mut dyn RequestExt
) -> Result<Response<Box<dyn WriteBody + 'static>>, Box<dyn Error + 'static + Send>>
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,