#[non_exhaustive]pub struct UpdateNetworkProfileOutput { /* private fields */ }Implementations
sourceimpl UpdateNetworkProfileOutput
impl UpdateNetworkProfileOutput
sourcepub fn network_profile(&self) -> Option<&NetworkProfile>
pub fn network_profile(&self) -> Option<&NetworkProfile>
A list of the available network profiles.
sourceimpl UpdateNetworkProfileOutput
impl UpdateNetworkProfileOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateNetworkProfileOutput.
Trait Implementations
sourceimpl Clone for UpdateNetworkProfileOutput
impl Clone for UpdateNetworkProfileOutput
sourcefn clone(&self) -> UpdateNetworkProfileOutput
fn clone(&self) -> UpdateNetworkProfileOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for UpdateNetworkProfileOutput
impl Debug for UpdateNetworkProfileOutput
sourceimpl PartialEq<UpdateNetworkProfileOutput> for UpdateNetworkProfileOutput
impl PartialEq<UpdateNetworkProfileOutput> for UpdateNetworkProfileOutput
sourcefn eq(&self, other: &UpdateNetworkProfileOutput) -> bool
fn eq(&self, other: &UpdateNetworkProfileOutput) -> bool
impl StructuralPartialEq for UpdateNetworkProfileOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateNetworkProfileOutput
impl Send for UpdateNetworkProfileOutput
impl Sync for UpdateNetworkProfileOutput
impl Unpin for UpdateNetworkProfileOutput
impl UnwindSafe for UpdateNetworkProfileOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more