pub struct ETag;Expand description
States the etag header an answer carries.
Trait Implementations§
Source§impl HeaderNameAlg for ETag
impl HeaderNameAlg for ETag
Source§const HEADER_NAME: &'static str = "etag"
const HEADER_NAME: &'static str = "etag"
The name this header is written under, as the wire spells one.
Auto Trait Implementations§
impl Freeze for ETag
impl RefUnwindSafe for ETag
impl Send for ETag
impl Sync for ETag
impl Unpin for ETag
impl UnsafeUnpin for ETag
impl UnwindSafe for ETag
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.