Enum aws_smithy_http_server::rejection::ExtensionRejection [−][src]
pub enum ExtensionRejection {
MissingExtension(MissingExtension),
ExtensionsAlreadyExtracted(ExtensionsAlreadyExtracted),
}Expand description
Variants
MissingExtension(MissingExtension)
Tuple Fields
ExtensionsAlreadyExtracted(ExtensionsAlreadyExtracted)
Tuple Fields
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ExtensionRejection
impl Send for ExtensionRejection
impl Sync for ExtensionRejection
impl Unpin for ExtensionRejection
impl !UnwindSafe for ExtensionRejection
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