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