#[non_exhaustive]pub struct UpdateGlobalNetworkOutput { /* private fields */ }
Implementations§
source§impl UpdateGlobalNetworkOutput
impl UpdateGlobalNetworkOutput
sourcepub fn global_network(&self) -> Option<&GlobalNetwork>
pub fn global_network(&self) -> Option<&GlobalNetwork>
Information about the global network object.
source§impl UpdateGlobalNetworkOutput
impl UpdateGlobalNetworkOutput
sourcepub fn builder() -> UpdateGlobalNetworkOutputBuilder
pub fn builder() -> UpdateGlobalNetworkOutputBuilder
Creates a new builder-style object to manufacture UpdateGlobalNetworkOutput
.
Trait Implementations§
source§impl Clone for UpdateGlobalNetworkOutput
impl Clone for UpdateGlobalNetworkOutput
source§fn clone(&self) -> UpdateGlobalNetworkOutput
fn clone(&self) -> UpdateGlobalNetworkOutput
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 UpdateGlobalNetworkOutput
impl Debug for UpdateGlobalNetworkOutput
source§impl PartialEq<UpdateGlobalNetworkOutput> for UpdateGlobalNetworkOutput
impl PartialEq<UpdateGlobalNetworkOutput> for UpdateGlobalNetworkOutput
source§fn eq(&self, other: &UpdateGlobalNetworkOutput) -> bool
fn eq(&self, other: &UpdateGlobalNetworkOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateGlobalNetworkOutput
impl RequestId for UpdateGlobalNetworkOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.