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