pub struct ContentDisposition;Expand description
States the content-disposition header an answer carries.
Trait Implementations§
Source§impl Debug for ContentDisposition
impl Debug for ContentDisposition
Source§impl Default for ContentDisposition
impl Default for ContentDisposition
Source§fn default() -> ContentDisposition
fn default() -> ContentDisposition
Returns the “default value” for a type. Read more
Source§impl HeaderNameAlg for ContentDisposition
impl HeaderNameAlg for ContentDisposition
Source§const HEADER_NAME: &'static str = "content-disposition"
const HEADER_NAME: &'static str = "content-disposition"
The name this header is written under, as the wire spells one.
Auto Trait Implementations§
impl Freeze for ContentDisposition
impl RefUnwindSafe for ContentDisposition
impl Send for ContentDisposition
impl Sync for ContentDisposition
impl Unpin for ContentDisposition
impl UnsafeUnpin for ContentDisposition
impl UnwindSafe for ContentDisposition
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.