[−][src]Trait finchers::endpoint::IsEndpoint
A trait indicating that the type has an implementation of Endpoint<Bd>.
The purpose of this trait is to implement the extension methods to Endpoints
in situation when the type of request body is unknown.
Provided Methods
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple,
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple,
Converts this endpoint into an EndpointObj.
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple,
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple,
Converts this endpoint into a LocalEndpointObj.
Implementations on Foreign Types
impl<'a, E: IsEndpoint + ?Sized> IsEndpoint for &'a E[src]
impl<'a, E: IsEndpoint + ?Sized> IsEndpoint for &'a Efn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl<E: IsEndpoint + ?Sized> IsEndpoint for Box<E>[src]
impl<E: IsEndpoint + ?Sized> IsEndpoint for Box<E>fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl<E: IsEndpoint + ?Sized> IsEndpoint for Rc<E>[src]
impl<E: IsEndpoint + ?Sized> IsEndpoint for Rc<E>fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl<E: IsEndpoint + ?Sized> IsEndpoint for Arc<E>[src]
impl<E: IsEndpoint + ?Sized> IsEndpoint for Arc<E>fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, Implementors
impl IsEndpoint for MatchEos[src]
impl IsEndpoint for MatchEosfn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl IsEndpoint for MatchSegment[src]
impl IsEndpoint for MatchSegmentfn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl IsEndpoint for MatchVerbConnect[src]
impl IsEndpoint for MatchVerbConnectfn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl IsEndpoint for MatchVerbDelete[src]
impl IsEndpoint for MatchVerbDeletefn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl IsEndpoint for MatchVerbGet[src]
impl IsEndpoint for MatchVerbGetfn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl IsEndpoint for MatchVerbHead[src]
impl IsEndpoint for MatchVerbHeadfn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl IsEndpoint for MatchVerbOptions[src]
impl IsEndpoint for MatchVerbOptionsfn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl IsEndpoint for MatchVerbPatch[src]
impl IsEndpoint for MatchVerbPatchfn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl IsEndpoint for MatchVerbPost[src]
impl IsEndpoint for MatchVerbPostfn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl IsEndpoint for MatchVerbPut[src]
impl IsEndpoint for MatchVerbPutfn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl IsEndpoint for MatchVerbTrace[src]
impl IsEndpoint for MatchVerbTracefn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl IsEndpoint for MatchVerbs[src]
impl IsEndpoint for MatchVerbsfn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl IsEndpoint for finchers::endpoints::body::Raw[src]
impl IsEndpoint for finchers::endpoints::body::Rawfn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl IsEndpoint for ReceiveAll[src]
impl IsEndpoint for ReceiveAllfn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl IsEndpoint for Text[src]
impl IsEndpoint for Textfn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl IsEndpoint for Dir[src]
impl IsEndpoint for Dirfn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl IsEndpoint for File[src]
impl IsEndpoint for Filefn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl IsEndpoint for finchers::endpoints::header::Raw[src]
impl IsEndpoint for finchers::endpoints::header::Rawfn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl IsEndpoint for finchers::endpoints::query::Raw[src]
impl IsEndpoint for finchers::endpoints::query::Rawfn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl<Bd, T> IsEndpoint for EndpointObj<Bd, T> where
T: Tuple, [src]
impl<Bd, T> IsEndpoint for EndpointObj<Bd, T> where
T: Tuple, fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl<Bd, T> IsEndpoint for LocalEndpointObj<Bd, T> where
T: Tuple, [src]
impl<Bd, T> IsEndpoint for LocalEndpointObj<Bd, T> where
T: Tuple, fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl<E1: IsEndpoint, E2: IsEndpoint> IsEndpoint for And<E1, E2>[src]
impl<E1: IsEndpoint, E2: IsEndpoint> IsEndpoint for And<E1, E2>fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl<E1: IsEndpoint, E2: IsEndpoint> IsEndpoint for Or<E1, E2>[src]
impl<E1: IsEndpoint, E2: IsEndpoint> IsEndpoint for Or<E1, E2>fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl<E1: IsEndpoint, E2: IsEndpoint> IsEndpoint for OrStrict<E1, E2>[src]
impl<E1: IsEndpoint, E2: IsEndpoint> IsEndpoint for OrStrict<E1, E2>fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl<E: IsEndpoint, F> IsEndpoint for AndThen<E, F>[src]
impl<E: IsEndpoint, F> IsEndpoint for AndThen<E, F>fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl<E: IsEndpoint, F> IsEndpoint for Map<E, F>[src]
impl<E: IsEndpoint, F> IsEndpoint for Map<E, F>fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl<E: IsEndpoint, F> IsEndpoint for MapErr<E, F>[src]
impl<E: IsEndpoint, F> IsEndpoint for MapErr<E, F>fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl<E: IsEndpoint, F> IsEndpoint for Recover<E, F>[src]
impl<E: IsEndpoint, F> IsEndpoint for Recover<E, F>fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl<T> IsEndpoint for Path<T> where
T: ExtractPath, [src]
impl<T> IsEndpoint for Path<T> where
T: ExtractPath, fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl<T: FromEncodedStr> IsEndpoint for Param<T>[src]
impl<T: FromEncodedStr> IsEndpoint for Param<T>fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl<T: FromEncodedStr> IsEndpoint for Remains<T>[src]
impl<T: FromEncodedStr> IsEndpoint for Remains<T>fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl<T: FromHeaderValue> IsEndpoint for finchers::endpoints::header::Optional<T>[src]
impl<T: FromHeaderValue> IsEndpoint for finchers::endpoints::header::Optional<T>fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl<T: FromHeaderValue> IsEndpoint for Parse<T>[src]
impl<T: FromHeaderValue> IsEndpoint for Parse<T>fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl<T: PartialEq<HeaderValue>> IsEndpoint for Matches<T>[src]
impl<T: PartialEq<HeaderValue>> IsEndpoint for Matches<T>fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl<T: DeserializeOwned> IsEndpoint for Json<T>[src]
impl<T: DeserializeOwned> IsEndpoint for Json<T>fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl<T: DeserializeOwned> IsEndpoint for Urlencoded<T>[src]
impl<T: DeserializeOwned> IsEndpoint for Urlencoded<T>fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl<T: DeserializeOwned> IsEndpoint for Required<T>[src]
impl<T: DeserializeOwned> IsEndpoint for Required<T>fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, impl<T: DeserializeOwned> IsEndpoint for finchers::endpoints::query::Optional<T>[src]
impl<T: DeserializeOwned> IsEndpoint for finchers::endpoints::query::Optional<T>fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, [src]
fn boxed<Bd, T>(self) -> EndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + Send + Sync + 'static + Sized,
Self::Action: Send + 'static,
T: Tuple, fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple, [src]
fn boxed_local<Bd, T>(self) -> LocalEndpointObj<Bd, T> where
Self: Endpoint<Bd, Output = T> + 'static + Sized,
Self::Action: 'static,
T: Tuple,