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 more