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
.
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<DeleteRunInputBuilder> for DeleteRunInputBuilder
impl PartialEq<DeleteRunInputBuilder> 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