#[non_exhaustive]pub struct GetPhoneNumberSettingsOutput { /* private fields */ }Implementations§
source§impl GetPhoneNumberSettingsOutput
impl GetPhoneNumberSettingsOutput
sourcepub fn calling_name(&self) -> Option<&str>
pub fn calling_name(&self) -> Option<&str>
The default outbound calling name for the account.
sourcepub fn calling_name_updated_timestamp(&self) -> Option<&DateTime>
pub fn calling_name_updated_timestamp(&self) -> Option<&DateTime>
The updated outbound calling name timestamp, in ISO 8601 format.
source§impl GetPhoneNumberSettingsOutput
impl GetPhoneNumberSettingsOutput
sourcepub fn builder() -> GetPhoneNumberSettingsOutputBuilder
pub fn builder() -> GetPhoneNumberSettingsOutputBuilder
Creates a new builder-style object to manufacture GetPhoneNumberSettingsOutput.
Trait Implementations§
source§impl Clone for GetPhoneNumberSettingsOutput
impl Clone for GetPhoneNumberSettingsOutput
source§fn clone(&self) -> GetPhoneNumberSettingsOutput
fn clone(&self) -> GetPhoneNumberSettingsOutput
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 GetPhoneNumberSettingsOutput
impl Debug for GetPhoneNumberSettingsOutput
source§impl PartialEq<GetPhoneNumberSettingsOutput> for GetPhoneNumberSettingsOutput
impl PartialEq<GetPhoneNumberSettingsOutput> for GetPhoneNumberSettingsOutput
source§fn eq(&self, other: &GetPhoneNumberSettingsOutput) -> bool
fn eq(&self, other: &GetPhoneNumberSettingsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetPhoneNumberSettingsOutput
impl RequestId for GetPhoneNumberSettingsOutput
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 GetPhoneNumberSettingsOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetPhoneNumberSettingsOutput
impl Send for GetPhoneNumberSettingsOutput
impl Sync for GetPhoneNumberSettingsOutput
impl Unpin for GetPhoneNumberSettingsOutput
impl UnwindSafe for GetPhoneNumberSettingsOutput
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