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