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