Enum aws_smithy_runtime::client::stalled_stream_protection::StalledStreamProtectionInterceptorKind
source · pub enum StalledStreamProtectionInterceptorKind {
RequestBody,
ResponseBody,
RequestAndResponseBody,
}
Available on crate feature
client
only.Expand description
Stalled stream protection can be enable for request bodies, response bodies, or both.
Variants§
RequestBody
Enable stalled stream protection for request bodies.
ResponseBody
Enable stalled stream protection for response bodies.
RequestAndResponseBody
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.