#[non_exhaustive]pub struct BatchUpdatePhoneNumberOutput { /* private fields */ }Implementations§
source§impl BatchUpdatePhoneNumberOutput
impl BatchUpdatePhoneNumberOutput
sourcepub fn phone_number_errors(&self) -> Option<&[PhoneNumberError]>
pub fn phone_number_errors(&self) -> Option<&[PhoneNumberError]>
If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.
source§impl BatchUpdatePhoneNumberOutput
impl BatchUpdatePhoneNumberOutput
sourcepub fn builder() -> BatchUpdatePhoneNumberOutputBuilder
pub fn builder() -> BatchUpdatePhoneNumberOutputBuilder
Creates a new builder-style object to manufacture BatchUpdatePhoneNumberOutput.
Trait Implementations§
source§impl Clone for BatchUpdatePhoneNumberOutput
impl Clone for BatchUpdatePhoneNumberOutput
source§fn clone(&self) -> BatchUpdatePhoneNumberOutput
fn clone(&self) -> BatchUpdatePhoneNumberOutput
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 BatchUpdatePhoneNumberOutput
impl Debug for BatchUpdatePhoneNumberOutput
source§impl PartialEq<BatchUpdatePhoneNumberOutput> for BatchUpdatePhoneNumberOutput
impl PartialEq<BatchUpdatePhoneNumberOutput> for BatchUpdatePhoneNumberOutput
source§fn eq(&self, other: &BatchUpdatePhoneNumberOutput) -> bool
fn eq(&self, other: &BatchUpdatePhoneNumberOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for BatchUpdatePhoneNumberOutput
impl RequestId for BatchUpdatePhoneNumberOutput
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 BatchUpdatePhoneNumberOutput
Auto Trait Implementations§
impl RefUnwindSafe for BatchUpdatePhoneNumberOutput
impl Send for BatchUpdatePhoneNumberOutput
impl Sync for BatchUpdatePhoneNumberOutput
impl Unpin for BatchUpdatePhoneNumberOutput
impl UnwindSafe for BatchUpdatePhoneNumberOutput
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