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