Struct aws_smithy_runtime::client::orchestrator::operation::Operation
source · pub struct Operation<I, O, E> { /* private fields */ }
Expand description
Orchestrates execution of a HTTP request without any modeled input or output.
Implementations§
source§impl Operation<(), (), ()>
impl Operation<(), (), ()>
sourcepub fn builder() -> OperationBuilder
pub fn builder() -> OperationBuilder
Returns a new OperationBuilder
for the Operation
.
Trait Implementations§
Auto Trait Implementations§
impl<I, O, E> Freeze for Operation<I, O, E>
impl<I, O, E> !RefUnwindSafe for Operation<I, O, E>
impl<I, O, E> Send for Operation<I, O, E>
impl<I, O, E> Sync for Operation<I, O, E>
impl<I, O, E> Unpin for Operation<I, O, E>
impl<I, O, E> !UnwindSafe for Operation<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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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.