Struct ntex_service::dev::CreatePipeline
source · pub struct CreatePipeline<'f, F, R, C>where
F: ServiceFactory<R, C> + ?Sized + 'f,
C: 'f,{ /* private fields */ }Trait Implementations§
source§impl<'f, F, R, C> Future for CreatePipeline<'f, F, R, C>where
F: ServiceFactory<R, C> + 'f,
impl<'f, F, R, C> Future for CreatePipeline<'f, F, R, C>where F: ServiceFactory<R, C> + 'f,
§type Output = Result<Pipeline<<F as ServiceFactory<R, C>>::Service>, <F as ServiceFactory<R, C>>::InitError>
type Output = Result<Pipeline<<F as ServiceFactory<R, C>>::Service>, <F as ServiceFactory<R, C>>::InitError>
The type of value produced on completion.
impl<'__pin, 'f, F, R, C> Unpin for CreatePipeline<'f, F, R, C>where __Origin<'__pin, 'f, F, R, C>: Unpin, F: ServiceFactory<R, C> + ?Sized + 'f, C: 'f,
Auto Trait Implementations§
impl<'f, F: ?Sized, R, C> RefUnwindSafe for CreatePipeline<'f, F, R, C>where <F as ServiceFactory<R, C>>::Future<'f>: RefUnwindSafe,
impl<'f, F: ?Sized, R, C> Send for CreatePipeline<'f, F, R, C>where <F as ServiceFactory<R, C>>::Future<'f>: Send,
impl<'f, F: ?Sized, R, C> Sync for CreatePipeline<'f, F, R, C>where <F as ServiceFactory<R, C>>::Future<'f>: Sync,
impl<'f, F: ?Sized, R, C> UnwindSafe for CreatePipeline<'f, F, R, C>where <F as ServiceFactory<R, C>>::Future<'f>: UnwindSafe,
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
source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere F: Future,
§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more