pub struct WarpTextOutput;Expand description
Renders a semantic result as a plain-text reply.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WarpTextOutput
impl RefUnwindSafe for WarpTextOutput
impl Send for WarpTextOutput
impl Sync for WarpTextOutput
impl Unpin for WarpTextOutput
impl UnsafeUnpin for WarpTextOutput
impl UnwindSafe for WarpTextOutput
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.