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