Struct aws_smithy_http_server::rejection::ExtensionsAlreadyExtracted [−][src]
pub struct ExtensionsAlreadyExtracted;Expand description
Rejection used if the request extension has been taken by another extractor.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ExtensionsAlreadyExtracted
impl Send for ExtensionsAlreadyExtracted
impl Sync for ExtensionsAlreadyExtracted
impl Unpin for ExtensionsAlreadyExtracted
impl UnwindSafe for ExtensionsAlreadyExtracted
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