Struct aws_sdk_ec2::operation::delete_security_group::builders::DeleteSecurityGroupOutputBuilder
source · #[non_exhaustive]pub struct DeleteSecurityGroupOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteSecurityGroupOutput
.
Implementations§
source§impl DeleteSecurityGroupOutputBuilder
impl DeleteSecurityGroupOutputBuilder
sourcepub fn build(self) -> DeleteSecurityGroupOutput
pub fn build(self) -> DeleteSecurityGroupOutput
Consumes the builder and constructs a DeleteSecurityGroupOutput
.
Trait Implementations§
source§impl Clone for DeleteSecurityGroupOutputBuilder
impl Clone for DeleteSecurityGroupOutputBuilder
source§fn clone(&self) -> DeleteSecurityGroupOutputBuilder
fn clone(&self) -> DeleteSecurityGroupOutputBuilder
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 Default for DeleteSecurityGroupOutputBuilder
impl Default for DeleteSecurityGroupOutputBuilder
source§fn default() -> DeleteSecurityGroupOutputBuilder
fn default() -> DeleteSecurityGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteSecurityGroupOutputBuilder> for DeleteSecurityGroupOutputBuilder
impl PartialEq<DeleteSecurityGroupOutputBuilder> for DeleteSecurityGroupOutputBuilder
source§fn eq(&self, other: &DeleteSecurityGroupOutputBuilder) -> bool
fn eq(&self, other: &DeleteSecurityGroupOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteSecurityGroupOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteSecurityGroupOutputBuilder
impl Send for DeleteSecurityGroupOutputBuilder
impl Sync for DeleteSecurityGroupOutputBuilder
impl Unpin for DeleteSecurityGroupOutputBuilder
impl UnwindSafe for DeleteSecurityGroupOutputBuilder
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