pub struct TextHeaderOutput<Inner, Name>(/* private fields */);Expand description
Interprets a header an answer carries, in text descriptions.
Trait Implementations§
Source§impl<Inner, Name, Value, Rest> OutputAlg<(Value, Rest)> for TextHeaderOutput<Inner, Name>where
Inner: OutputAlg<Rest>,
impl<Inner, Name, Value, Rest> OutputAlg<(Value, Rest)> for TextHeaderOutput<Inner, Name>where
Inner: OutputAlg<Rest>,
Auto Trait Implementations§
impl<Inner, Name> Freeze for TextHeaderOutput<Inner, Name>
impl<Inner, Name> RefUnwindSafe for TextHeaderOutput<Inner, Name>
impl<Inner, Name> Send for TextHeaderOutput<Inner, Name>
impl<Inner, Name> Sync for TextHeaderOutput<Inner, Name>
impl<Inner, Name> Unpin for TextHeaderOutput<Inner, Name>
impl<Inner, Name> UnsafeUnpin for TextHeaderOutput<Inner, Name>
impl<Inner, Name> UnwindSafe for TextHeaderOutput<Inner, Name>
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.