Struct aws_sdk_outposts::operation::update_site::UpdateSiteInput
source · #[non_exhaustive]pub struct UpdateSiteInput { /* private fields */ }
Implementations§
source§impl UpdateSiteInput
impl UpdateSiteInput
sourcepub fn builder() -> UpdateSiteInputBuilder
pub fn builder() -> UpdateSiteInputBuilder
Creates a new builder-style object to manufacture UpdateSiteInput
.
source§impl UpdateSiteInput
impl UpdateSiteInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSite, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateSite, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateSite
>
Trait Implementations§
source§impl Clone for UpdateSiteInput
impl Clone for UpdateSiteInput
source§fn clone(&self) -> UpdateSiteInput
fn clone(&self) -> UpdateSiteInput
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 UpdateSiteInput
impl Debug for UpdateSiteInput
source§impl PartialEq<UpdateSiteInput> for UpdateSiteInput
impl PartialEq<UpdateSiteInput> for UpdateSiteInput
source§fn eq(&self, other: &UpdateSiteInput) -> bool
fn eq(&self, other: &UpdateSiteInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateSiteInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateSiteInput
impl Send for UpdateSiteInput
impl Sync for UpdateSiteInput
impl Unpin for UpdateSiteInput
impl UnwindSafe for UpdateSiteInput
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