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