pub struct StreamingHttpRequest<Method, Url, Params>(pub PhantomData<(Method, Url, Params)>);Tuple Fields§
§0: PhantomData<(Method, Url, Params)>Trait Implementations§
Source§impl<Method, Url, Headers> DelegateComponent<StreamingHttpRequest<Method, Url, Headers>> for Components
impl<Method, Url, Headers> DelegateComponent<StreamingHttpRequest<Method, Url, Headers>> for Components
Source§impl<Method, Url, Headers> DelegateComponent<StreamingHttpRequest<Method, Url, Headers>> for Components
impl<Method, Url, Headers> DelegateComponent<StreamingHttpRequest<Method, Url, Headers>> for Components
type Delegate = UseDelegate<Components>
impl<Method, Url, Headers, __Context__, __Params__> IsProviderFor<StreamingHttpRequest<Method, Url, Headers>, __Context__, __Params__> for Componentswhere
PipeHandlers<π<UseInputDelegate<Components>, π<StreamToBody, π<HandleStreamingHttpRequest, π<WrapFuturesAsyncRead, ε>>>>>: IsProviderFor<StreamingHttpRequest<Method, Url, Headers>, __Context__, __Params__>,
impl<Method, Url, Headers, __Context__, __Params__> IsProviderFor<StreamingHttpRequest<Method, Url, Headers>, __Context__, __Params__> for Components
Auto Trait Implementations§
impl<Method, Url, Params> Freeze for StreamingHttpRequest<Method, Url, Params>
impl<Method, Url, Params> RefUnwindSafe for StreamingHttpRequest<Method, Url, Params>
impl<Method, Url, Params> Send for StreamingHttpRequest<Method, Url, Params>
impl<Method, Url, Params> Sync for StreamingHttpRequest<Method, Url, Params>
impl<Method, Url, Params> Unpin for StreamingHttpRequest<Method, Url, Params>
impl<Method, Url, Params> UnsafeUnpin for StreamingHttpRequest<Method, Url, Params>
impl<Method, Url, Params> UnwindSafe for StreamingHttpRequest<Method, Url, Params>
Blanket Implementations§
impl<A> Async for A
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
impl<T> ErasedDestructor for Twhere
T: 'static,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more