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