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