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