pub struct ActixStreamOutput;Expand description
Answers with a body produced over time.
Trait Implementations§
Source§impl<From> OutputAlg<From> for ActixStreamOutput
impl<From> OutputAlg<From> for ActixStreamOutput
Auto Trait Implementations§
impl Freeze for ActixStreamOutput
impl RefUnwindSafe for ActixStreamOutput
impl Send for ActixStreamOutput
impl Sync for ActixStreamOutput
impl Unpin for ActixStreamOutput
impl UnsafeUnpin for ActixStreamOutput
impl UnwindSafe for ActixStreamOutput
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<This> HttpProgramExt<This> for This
impl<This> HttpProgramExt<This> for This
Source§fn compile_http<Program>(
&self,
program: Program,
) -> <Program as HttpProgramAlg<This>>::Routewhere
Program: HttpProgramAlg<This>,
fn compile_http<Program>(
&self,
program: Program,
) -> <Program as HttpProgramAlg<This>>::Routewhere
Program: HttpProgramAlg<This>,
Compiles a named HTTP program with this interpreter.