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