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