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