pub struct TsHeaderOutput<Inner, Name>(/* private fields */);Expand description
Answers with what the kind beneath states, since a header reaches a caller beside it.
Trait Implementations§
Source§impl<Inner, Name, From> OutputAlg<From> for TsHeaderOutput<Inner, Name>
impl<Inner, Name, From> OutputAlg<From> for TsHeaderOutput<Inner, Name>
Source§impl<Inner, Name, Value, Rest> TsOutputAlg<(Value, Rest)> for TsHeaderOutput<Inner, Name>where
Inner: TsOutputAlg<Rest>,
impl<Inner, Name, Value, Rest> TsOutputAlg<(Value, Rest)> for TsHeaderOutput<Inner, Name>where
Inner: TsOutputAlg<Rest>,
Auto Trait Implementations§
impl<Inner, Name> Freeze for TsHeaderOutput<Inner, Name>
impl<Inner, Name> RefUnwindSafe for TsHeaderOutput<Inner, Name>
impl<Inner, Name> Send for TsHeaderOutput<Inner, Name>
impl<Inner, Name> Sync for TsHeaderOutput<Inner, Name>
impl<Inner, Name> Unpin for TsHeaderOutput<Inner, Name>
impl<Inner, Name> UnsafeUnpin for TsHeaderOutput<Inner, Name>
impl<Inner, Name> UnwindSafe for TsHeaderOutput<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.
Source§impl<This> ShapeProgramExt<This> for This
impl<This> ShapeProgramExt<This> for This
Source§fn compile_shape<Program>(
&self,
program: Program,
) -> <Program as ShapeProgramAlg<This>>::Tywhere
Program: ShapeProgramAlg<This>,
fn compile_shape<Program>(
&self,
program: Program,
) -> <Program as ShapeProgramAlg<This>>::Tywhere
Program: ShapeProgramAlg<This>,
Folds a declaration with this interpretation.