Struct aws_smithy_http_server::rejection::BodyAlreadyExtracted [−][src]
pub struct BodyAlreadyExtracted;Expand description
Rejection type used if you try and extract the request body more than once.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for BodyAlreadyExtracted
impl Send for BodyAlreadyExtracted
impl Sync for BodyAlreadyExtracted
impl Unpin for BodyAlreadyExtracted
impl UnwindSafe for BodyAlreadyExtracted
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more