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