Struct aws_sdk_ec2::output::DeleteNetworkInterfaceOutput
source · #[non_exhaustive]pub struct DeleteNetworkInterfaceOutput {}
Implementations§
source§impl DeleteNetworkInterfaceOutput
impl DeleteNetworkInterfaceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteNetworkInterfaceOutput
.
Trait Implementations§
source§impl Clone for DeleteNetworkInterfaceOutput
impl Clone for DeleteNetworkInterfaceOutput
source§fn clone(&self) -> DeleteNetworkInterfaceOutput
fn clone(&self) -> DeleteNetworkInterfaceOutput
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 DeleteNetworkInterfaceOutput
impl Debug for DeleteNetworkInterfaceOutput
source§impl PartialEq<DeleteNetworkInterfaceOutput> for DeleteNetworkInterfaceOutput
impl PartialEq<DeleteNetworkInterfaceOutput> for DeleteNetworkInterfaceOutput
source§fn eq(&self, other: &DeleteNetworkInterfaceOutput) -> bool
fn eq(&self, other: &DeleteNetworkInterfaceOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.