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