#[non_exhaustive]pub struct UpdateNetworkProfileOutput { /* private fields */ }Implementations§
source§impl UpdateNetworkProfileOutput
impl UpdateNetworkProfileOutput
sourcepub fn network_profile(&self) -> Option<&NetworkProfile>
pub fn network_profile(&self) -> Option<&NetworkProfile>
A list of the available network profiles.
source§impl UpdateNetworkProfileOutput
impl UpdateNetworkProfileOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateNetworkProfileOutput.
Trait Implementations§
source§impl Clone for UpdateNetworkProfileOutput
impl Clone for UpdateNetworkProfileOutput
source§fn clone(&self) -> UpdateNetworkProfileOutput
fn clone(&self) -> UpdateNetworkProfileOutput
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