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