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