#[non_exhaustive]pub struct UpdateContactOutput { /* private fields */ }Implementations§
source§impl UpdateContactOutput
impl UpdateContactOutput
sourcepub fn builder() -> UpdateContactOutputBuilder
pub fn builder() -> UpdateContactOutputBuilder
Creates a new builder-style object to manufacture UpdateContactOutput.
Trait Implementations§
source§impl Clone for UpdateContactOutput
impl Clone for UpdateContactOutput
source§fn clone(&self) -> UpdateContactOutput
fn clone(&self) -> UpdateContactOutput
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 UpdateContactOutput
impl Debug for UpdateContactOutput
source§impl PartialEq<UpdateContactOutput> for UpdateContactOutput
impl PartialEq<UpdateContactOutput> for UpdateContactOutput
source§fn eq(&self, other: &UpdateContactOutput) -> bool
fn eq(&self, other: &UpdateContactOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateContactOutput
impl RequestId for UpdateContactOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.