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