pub struct DirectBodyInput<Input>(/* private fields */);Expand description
Marks a JSON value read from the request body.
Auto Trait Implementations§
impl<Input> Freeze for DirectBodyInput<Input>where
PhantomData<Input>: Freeze,
impl<Input> RefUnwindSafe for DirectBodyInput<Input>where
PhantomData<Input>: RefUnwindSafe,
impl<Input> Send for DirectBodyInput<Input>where
PhantomData<Input>: Send,
impl<Input> Sync for DirectBodyInput<Input>where
PhantomData<Input>: Sync,
impl<Input> Unpin for DirectBodyInput<Input>where
PhantomData<Input>: Unpin,
impl<Input> UnsafeUnpin for DirectBodyInput<Input>where
PhantomData<Input>: UnsafeUnpin,
impl<Input> UnwindSafe for DirectBodyInput<Input>where
PhantomData<Input>: UnwindSafe,
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.