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