pub struct ActixFileOutput;Expand description
Renders a semantic file result as a downloadable response.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ActixFileOutput
impl RefUnwindSafe for ActixFileOutput
impl Send for ActixFileOutput
impl Sync for ActixFileOutput
impl Unpin for ActixFileOutput
impl UnsafeUnpin for ActixFileOutput
impl UnwindSafe for ActixFileOutput
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.