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