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