Struct aws_sdk_omics::operation::cancel_run::builders::CancelRunOutputBuilder
source · #[non_exhaustive]pub struct CancelRunOutputBuilder { /* private fields */ }
Expand description
A builder for CancelRunOutput
.
Implementations§
source§impl CancelRunOutputBuilder
impl CancelRunOutputBuilder
sourcepub fn build(self) -> CancelRunOutput
pub fn build(self) -> CancelRunOutput
Consumes the builder and constructs a CancelRunOutput
.
Trait Implementations§
source§impl Clone for CancelRunOutputBuilder
impl Clone for CancelRunOutputBuilder
source§fn clone(&self) -> CancelRunOutputBuilder
fn clone(&self) -> CancelRunOutputBuilder
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 CancelRunOutputBuilder
impl Debug for CancelRunOutputBuilder
source§impl Default for CancelRunOutputBuilder
impl Default for CancelRunOutputBuilder
source§fn default() -> CancelRunOutputBuilder
fn default() -> CancelRunOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CancelRunOutputBuilder
impl PartialEq for CancelRunOutputBuilder
source§fn eq(&self, other: &CancelRunOutputBuilder) -> bool
fn eq(&self, other: &CancelRunOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CancelRunOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CancelRunOutputBuilder
impl Send for CancelRunOutputBuilder
impl Sync for CancelRunOutputBuilder
impl Unpin for CancelRunOutputBuilder
impl UnwindSafe for CancelRunOutputBuilder
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.