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