#[non_exhaustive]pub struct CreateNetworkProfileOutput { /* private fields */ }Implementations
sourceimpl CreateNetworkProfileOutput
impl CreateNetworkProfileOutput
sourcepub fn network_profile(&self) -> Option<&NetworkProfile>
pub fn network_profile(&self) -> Option<&NetworkProfile>
The network profile that is returned by the create network profile request.
sourceimpl CreateNetworkProfileOutput
impl CreateNetworkProfileOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateNetworkProfileOutput.
Trait Implementations
sourceimpl Clone for CreateNetworkProfileOutput
impl Clone for CreateNetworkProfileOutput
sourcefn clone(&self) -> CreateNetworkProfileOutput
fn clone(&self) -> CreateNetworkProfileOutput
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 CreateNetworkProfileOutput
impl Debug for CreateNetworkProfileOutput
sourceimpl PartialEq<CreateNetworkProfileOutput> for CreateNetworkProfileOutput
impl PartialEq<CreateNetworkProfileOutput> for CreateNetworkProfileOutput
sourcefn eq(&self, other: &CreateNetworkProfileOutput) -> bool
fn eq(&self, other: &CreateNetworkProfileOutput) -> bool
impl StructuralPartialEq for CreateNetworkProfileOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateNetworkProfileOutput
impl Send for CreateNetworkProfileOutput
impl Sync for CreateNetworkProfileOutput
impl Unpin for CreateNetworkProfileOutput
impl UnwindSafe for CreateNetworkProfileOutput
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