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