#[non_exhaustive]pub struct CreateContactListOutput { /* private fields */ }Implementations§
source§impl CreateContactListOutput
impl CreateContactListOutput
sourcepub fn builder() -> CreateContactListOutputBuilder
pub fn builder() -> CreateContactListOutputBuilder
Creates a new builder-style object to manufacture CreateContactListOutput.
Trait Implementations§
source§impl Clone for CreateContactListOutput
impl Clone for CreateContactListOutput
source§fn clone(&self) -> CreateContactListOutput
fn clone(&self) -> CreateContactListOutput
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 CreateContactListOutput
impl Debug for CreateContactListOutput
source§impl PartialEq<CreateContactListOutput> for CreateContactListOutput
impl PartialEq<CreateContactListOutput> for CreateContactListOutput
source§fn eq(&self, other: &CreateContactListOutput) -> bool
fn eq(&self, other: &CreateContactListOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateContactListOutput
impl RequestId for CreateContactListOutput
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.