#[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() -> UpdateNetworkProfileOutputBuilder
pub fn builder() -> UpdateNetworkProfileOutputBuilder
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 moresource§impl Debug for UpdateNetworkProfileOutput
impl Debug for UpdateNetworkProfileOutput
source§impl PartialEq<UpdateNetworkProfileOutput> for UpdateNetworkProfileOutput
impl PartialEq<UpdateNetworkProfileOutput> for UpdateNetworkProfileOutput
source§fn eq(&self, other: &UpdateNetworkProfileOutput) -> bool
fn eq(&self, other: &UpdateNetworkProfileOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateNetworkProfileOutput
impl RequestId for UpdateNetworkProfileOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.