#[non_exhaustive]pub struct UpdatePhoneNumberSettingsInput { /* private fields */ }Implementations
sourceimpl UpdatePhoneNumberSettingsInput
impl UpdatePhoneNumberSettingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdatePhoneNumberSettings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdatePhoneNumberSettings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdatePhoneNumberSettings>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdatePhoneNumberSettingsInput.
sourceimpl UpdatePhoneNumberSettingsInput
impl UpdatePhoneNumberSettingsInput
sourcepub fn calling_name(&self) -> Option<&str>
pub fn calling_name(&self) -> Option<&str>
The default outbound calling name for the account.
Trait Implementations
sourceimpl Clone for UpdatePhoneNumberSettingsInput
impl Clone for UpdatePhoneNumberSettingsInput
sourcefn clone(&self) -> UpdatePhoneNumberSettingsInput
fn clone(&self) -> UpdatePhoneNumberSettingsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<UpdatePhoneNumberSettingsInput> for UpdatePhoneNumberSettingsInput
impl PartialEq<UpdatePhoneNumberSettingsInput> for UpdatePhoneNumberSettingsInput
sourcefn eq(&self, other: &UpdatePhoneNumberSettingsInput) -> bool
fn eq(&self, other: &UpdatePhoneNumberSettingsInput) -> bool
impl StructuralPartialEq for UpdatePhoneNumberSettingsInput
Auto Trait Implementations
impl RefUnwindSafe for UpdatePhoneNumberSettingsInput
impl Send for UpdatePhoneNumberSettingsInput
impl Sync for UpdatePhoneNumberSettingsInput
impl Unpin for UpdatePhoneNumberSettingsInput
impl UnwindSafe for UpdatePhoneNumberSettingsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more