#[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 more