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