Struct aws_smithy_runtime::client::http::body::content_length_enforcement::EnforceContentLengthRuntimePlugin
source · pub struct EnforceContentLengthRuntimePlugin {}
Expand description
Runtime plugin that enforces response bodies match their expected content length
Implementations§
Trait Implementations§
source§impl Default for EnforceContentLengthRuntimePlugin
impl Default for EnforceContentLengthRuntimePlugin
source§fn default() -> EnforceContentLengthRuntimePlugin
fn default() -> EnforceContentLengthRuntimePlugin
Returns the “default value” for a type. Read more
source§impl RuntimePlugin for EnforceContentLengthRuntimePlugin
impl RuntimePlugin for EnforceContentLengthRuntimePlugin
source§fn runtime_components(
&self,
_current_components: &RuntimeComponentsBuilder,
) -> Cow<'_, RuntimeComponentsBuilder>
fn runtime_components( &self, _current_components: &RuntimeComponentsBuilder, ) -> Cow<'_, RuntimeComponentsBuilder>
Returns a
RuntimeComponentsBuilder
to incorporate into the final runtime components. Read moreAuto Trait Implementations§
impl Freeze for EnforceContentLengthRuntimePlugin
impl RefUnwindSafe for EnforceContentLengthRuntimePlugin
impl Send for EnforceContentLengthRuntimePlugin
impl Sync for EnforceContentLengthRuntimePlugin
impl Unpin for EnforceContentLengthRuntimePlugin
impl UnwindSafe for EnforceContentLengthRuntimePlugin
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.