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