#[non_exhaustive]pub struct UpdateSiteAddressInput { /* private fields */ }
Implementations§
source§impl UpdateSiteAddressInput
impl UpdateSiteAddressInput
sourcepub fn builder() -> UpdateSiteAddressInputBuilder
pub fn builder() -> UpdateSiteAddressInputBuilder
Creates a new builder-style object to manufacture UpdateSiteAddressInput
.
source§impl UpdateSiteAddressInput
impl UpdateSiteAddressInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSiteAddress, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateSiteAddress, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateSiteAddress
>
Trait Implementations§
source§impl Clone for UpdateSiteAddressInput
impl Clone for UpdateSiteAddressInput
source§fn clone(&self) -> UpdateSiteAddressInput
fn clone(&self) -> UpdateSiteAddressInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UpdateSiteAddressInput
impl Debug for UpdateSiteAddressInput
source§impl PartialEq<UpdateSiteAddressInput> for UpdateSiteAddressInput
impl PartialEq<UpdateSiteAddressInput> for UpdateSiteAddressInput
source§fn eq(&self, other: &UpdateSiteAddressInput) -> bool
fn eq(&self, other: &UpdateSiteAddressInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateSiteAddressInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateSiteAddressInput
impl Send for UpdateSiteAddressInput
impl Sync for UpdateSiteAddressInput
impl Unpin for UpdateSiteAddressInput
impl UnwindSafe for UpdateSiteAddressInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more