Struct aws_sdk_omics::operation::delete_run::builders::DeleteRunInputBuilder
source · #[non_exhaustive]pub struct DeleteRunInputBuilder { /* private fields */ }
Expand description
A builder for DeleteRunInput
.
Implementations§
source§impl DeleteRunInputBuilder
impl DeleteRunInputBuilder
sourcepub fn build(self) -> Result<DeleteRunInput, BuildError>
pub fn build(self) -> Result<DeleteRunInput, BuildError>
Consumes the builder and constructs a DeleteRunInput
.
source§impl DeleteRunInputBuilder
impl DeleteRunInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteRunOutput, SdkError<DeleteRunError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteRunOutput, SdkError<DeleteRunError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteRunInputBuilder
impl Clone for DeleteRunInputBuilder
source§fn clone(&self) -> DeleteRunInputBuilder
fn clone(&self) -> DeleteRunInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DeleteRunInputBuilder
impl Debug for DeleteRunInputBuilder
source§impl Default for DeleteRunInputBuilder
impl Default for DeleteRunInputBuilder
source§fn default() -> DeleteRunInputBuilder
fn default() -> DeleteRunInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteRunInputBuilder
impl PartialEq for DeleteRunInputBuilder
source§fn eq(&self, other: &DeleteRunInputBuilder) -> bool
fn eq(&self, other: &DeleteRunInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteRunInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteRunInputBuilder
impl Send for DeleteRunInputBuilder
impl Sync for DeleteRunInputBuilder
impl Unpin for DeleteRunInputBuilder
impl UnwindSafe for DeleteRunInputBuilder
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.