Struct arc_reactor::contrib::BodyParser [−][src]
pub struct BodyParser;
Json Body Parser.
Trait Implementations
impl Clone for BodyParser[src]
impl Clone for BodyParserfn clone(&self) -> BodyParser[src]
fn clone(&self) -> BodyParserReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for BodyParser[src]
impl Debug for BodyParserfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl MiddleWare<Request> for BodyParser[src]
impl MiddleWare<Request> for BodyParserfn call(&self, req: Request) -> MiddleWareFuture<Request>[src]
fn call(&self, req: Request) -> MiddleWareFuture<Request>Auto Trait Implementations
impl Send for BodyParser
impl Send for BodyParserimpl Sync for BodyParser
impl Sync for BodyParser