Struct aws_smithy_http_server::rejection::MissingJsonContentType [−][src]
pub struct MissingJsonContentType;Expand description
Rejection type used if the JSON Content-Type header is missing.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for MissingJsonContentType
impl Send for MissingJsonContentType
impl Sync for MissingJsonContentType
impl Unpin for MissingJsonContentType
impl UnwindSafe for MissingJsonContentType
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