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