Struct aws_smithy_runtime_api::client::interceptors::context::wrappers::BeforeTransmitInterceptorContextRef
source · pub struct BeforeTransmitInterceptorContextRef<'a, I = Input, O = Output, E = Error>where
E: Debug,{ /* private fields */ }Implementations§
source§impl<'a, I, O, E: Debug> BeforeTransmitInterceptorContextRef<'a, I, O, E>
impl<'a, I, O, E: Debug> BeforeTransmitInterceptorContextRef<'a, I, O, E>
Trait Implementations§
source§impl<'a, I, O, E: Debug> From<&'a InterceptorContext<I, O, E>> for BeforeTransmitInterceptorContextRef<'a, I, O, E>
impl<'a, I, O, E: Debug> From<&'a InterceptorContext<I, O, E>> for BeforeTransmitInterceptorContextRef<'a, I, O, E>
source§fn from(inner: &'a InterceptorContext<I, O, E>) -> Self
fn from(inner: &'a InterceptorContext<I, O, E>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a, I = TypeErasedBox, O = TypeErasedBox, E = TypeErasedError> !RefUnwindSafe for BeforeTransmitInterceptorContextRef<'a, I, O, E>
impl<'a, I, O, E> Send for BeforeTransmitInterceptorContextRef<'a, I, O, E>where E: Sync, I: Sync, O: Sync,
impl<'a, I, O, E> Sync for BeforeTransmitInterceptorContextRef<'a, I, O, E>where E: Sync, I: Sync, O: Sync,
impl<'a, I, O, E> Unpin for BeforeTransmitInterceptorContextRef<'a, I, O, E>
impl<'a, I = TypeErasedBox, O = TypeErasedBox, E = TypeErasedError> !UnwindSafe for BeforeTransmitInterceptorContextRef<'a, I, O, E>
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