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