Struct aws_sdk_chime::input::RestorePhoneNumberInput
source · [−]#[non_exhaustive]pub struct RestorePhoneNumberInput { /* private fields */ }Implementations
sourceimpl RestorePhoneNumberInput
impl RestorePhoneNumberInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RestorePhoneNumber, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RestorePhoneNumber, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RestorePhoneNumber>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RestorePhoneNumberInput.
sourceimpl RestorePhoneNumberInput
impl RestorePhoneNumberInput
sourcepub fn phone_number_id(&self) -> Option<&str>
pub fn phone_number_id(&self) -> Option<&str>
The phone number.
Trait Implementations
sourceimpl Clone for RestorePhoneNumberInput
impl Clone for RestorePhoneNumberInput
sourcefn clone(&self) -> RestorePhoneNumberInput
fn clone(&self) -> RestorePhoneNumberInput
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 Debug for RestorePhoneNumberInput
impl Debug for RestorePhoneNumberInput
sourceimpl PartialEq<RestorePhoneNumberInput> for RestorePhoneNumberInput
impl PartialEq<RestorePhoneNumberInput> for RestorePhoneNumberInput
sourcefn eq(&self, other: &RestorePhoneNumberInput) -> bool
fn eq(&self, other: &RestorePhoneNumberInput) -> bool
impl StructuralPartialEq for RestorePhoneNumberInput
Auto Trait Implementations
impl RefUnwindSafe for RestorePhoneNumberInput
impl Send for RestorePhoneNumberInput
impl Sync for RestorePhoneNumberInput
impl Unpin for RestorePhoneNumberInput
impl UnwindSafe for RestorePhoneNumberInput
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