pub struct TextInputRole<Role, Input>(/* private fields */);Expand description
Identifies an HTTP input role in text output.
Auto Trait Implementations§
impl<Role, Input> Freeze for TextInputRole<Role, Input>
impl<Role, Input> RefUnwindSafe for TextInputRole<Role, Input>
impl<Role, Input> Send for TextInputRole<Role, Input>
impl<Role, Input> Sync for TextInputRole<Role, Input>
impl<Role, Input> Unpin for TextInputRole<Role, Input>
impl<Role, Input> UnsafeUnpin for TextInputRole<Role, Input>
impl<Role, Input> UnwindSafe for TextInputRole<Role, Input>
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.