Enum aws_smithy_runtime::client::stalled_stream_protection::StalledStreamProtectionInterceptorKind
source · pub enum StalledStreamProtectionInterceptorKind {
RequestBody,
ResponseBody,
RequestAndResponseBody,
}
👎Deprecated since 1.2.0: This kind enum is no longer used. Configuration is stored in StalledStreamProtectionConfig in the config bag.
Expand description
Stalled stream protection can be enable for request bodies, response bodies, or both.
Variants§
RequestBody
👎Deprecated since 1.2.0: This kind enum is no longer used. Configuration is stored in StalledStreamProtectionConfig in the config bag.
Enable stalled stream protection for request bodies.
ResponseBody
👎Deprecated since 1.2.0: This kind enum is no longer used. Configuration is stored in StalledStreamProtectionConfig in the config bag.
Enable stalled stream protection for response bodies.
RequestAndResponseBody
👎Deprecated since 1.2.0: This kind enum is no longer used. Configuration is stored in StalledStreamProtectionConfig in the config bag.
Enable stalled stream protection for both request and response bodies.
Auto Trait Implementations§
impl Freeze for StalledStreamProtectionInterceptorKind
impl RefUnwindSafe for StalledStreamProtectionInterceptorKind
impl Send for StalledStreamProtectionInterceptorKind
impl Sync for StalledStreamProtectionInterceptorKind
impl Unpin for StalledStreamProtectionInterceptorKind
impl UnwindSafe for StalledStreamProtectionInterceptorKind
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.