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