#[non_exhaustive]pub struct GetContactAttributesOutput { /* private fields */ }Implementations§
source§impl GetContactAttributesOutput
impl GetContactAttributesOutput
sourcepub fn builder() -> GetContactAttributesOutputBuilder
pub fn builder() -> GetContactAttributesOutputBuilder
Creates a new builder-style object to manufacture GetContactAttributesOutput.
Trait Implementations§
source§impl Clone for GetContactAttributesOutput
impl Clone for GetContactAttributesOutput
source§fn clone(&self) -> GetContactAttributesOutput
fn clone(&self) -> GetContactAttributesOutput
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 GetContactAttributesOutput
impl Debug for GetContactAttributesOutput
source§impl PartialEq<GetContactAttributesOutput> for GetContactAttributesOutput
impl PartialEq<GetContactAttributesOutput> for GetContactAttributesOutput
source§fn eq(&self, other: &GetContactAttributesOutput) -> bool
fn eq(&self, other: &GetContactAttributesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetContactAttributesOutput
impl RequestId for GetContactAttributesOutput
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.impl StructuralPartialEq for GetContactAttributesOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetContactAttributesOutput
impl Send for GetContactAttributesOutput
impl Sync for GetContactAttributesOutput
impl Unpin for GetContactAttributesOutput
impl UnwindSafe for GetContactAttributesOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more