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